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