startTime property
num?
get
startTime
Timestamp to be used as the mark time.
Implementation
_i2.num? get startTime => _i4.getProperty(
this,
'startTime',
);
set
startTime
(num? value)
Implementation
set startTime(_i2.num? value) {
_i4.setProperty(
this,
'startTime',
value ?? _i6.undefined,
);
}