sinceEpoch property

Duration sinceEpoch

The elapsed time since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).

The returned value is independent of the time zone.

Implementation

Duration get sinceEpoch => _sinceEpoch ??= _computeSinceEpoch();