timestamp property

DateTime get timestamp

Wall-clock timestamp for compatibility and diagnostics.

Accessing this getter creates a DateTime. Hot paths should prefer timestampMicrosecondsSinceEpoch.

Implementation

DateTime get timestamp =>
    DateTime.fromMicrosecondsSinceEpoch(_timestampMicrosecondsSinceEpoch);