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