timeOrigin property

num get timeOrigin

Returns a timestamp representing the start of the performance measurement.

Implementation

_i2.num get timeOrigin => _i4.getProperty(
      this,
      'timeOrigin',
    );