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