timestampOffset property
double
get
timestampOffset
Implementation
double get timestampOffset => js_util.getProperty(this, 'timestampOffset');
set
timestampOffset
(double newValue)
Implementation
set timestampOffset(double newValue) {
js_util.setProperty(this, 'timestampOffset', newValue);
}