timelineTime property

dynamic timelineTime

Implementation

dynamic get timelineTime => js_util.getProperty(this, 'timelineTime');
void timelineTime=(dynamic newValue)

Implementation

set timelineTime(dynamic newValue) {
  js_util.setProperty(this, 'timelineTime', newValue);
}