playbackTime property

double playbackTime

Implementation

double get playbackTime => js_util.getProperty(this, 'playbackTime');
void playbackTime=(double newValue)

Implementation

set playbackTime(double newValue) {
  js_util.setProperty(this, 'playbackTime', newValue);
}