createVector property
VectorNode Function()
get
createVector
Implementation
_i3.VectorNode Function() get createVector => () => _i5.callMethod(
_i5.getProperty(
this,
'createVector',
),
r'call',
[this],
);
set
createVector
(VectorNode value())
Implementation
set createVector(_i3.VectorNode Function() value) {
_i5.setProperty(
this,
'createVector',
_i5.allowInterop(value),
);
}