timestamp property

DateTime get timestamp

Date and time of the event in UTC.

Returns

Implementation

DateTime get timestamp =>
    DateTime.fromMillisecondsSinceEpoch(time, isUtc: true);