start property
void Function()
get
start
Implementation
void Function() get start => () => _i4.callMethod(
_i4.getProperty(
this,
'start',
),
r'call',
[this],
);
set
start
(void value())
Implementation
set start(void Function() value) {
_i4.setProperty(
this,
'start',
_i4.allowInterop(value),
);
}