timestampOffset property

num get timestampOffset

Implementation

_i2.num get timestampOffset => _i4.getProperty(
      this,
      'timestampOffset',
    );
set timestampOffset (num value)

Implementation

set timestampOffset(_i2.num value) {
  _i4.setProperty(
    this,
    'timestampOffset',
    value,
  );
}