timelineTime property
Object?
get
timelineTime
Implementation
_i2.Object? get timelineTime => _i4.getProperty(
this,
'timelineTime',
);
set
timelineTime
(Object? value)
Implementation
set timelineTime(_i2.Object? value) {
_i4.setProperty(
this,
'timelineTime',
value ?? _i6.undefined ?? _i6.undefined,
);
}