timelineTime property

dynamic get timelineTime

Implementation

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

Implementation

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