start property
num
get
start
Implementation
_i2.num get start => _i4.getProperty(
this,
'start',
);
set
start
(num value)
Implementation
set start(_i2.num value) {
_i4.setProperty(
this,
'start',
value,
);
}