microsecondsSinceEpoch property Null safety

int? microsecondsSinceEpoch

The number of microseconds since the "Unix epoch" 1970-01-01T00:00:00Z (UTC).

Returns null if this is null

This value is independent of the time zone.

Implementation

int? get microsecondsSinceEpoch => _value?.microsecondsSinceEpoch;