timestampOffset property

double timestampOffset

Implementation

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

Implementation

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