dateTime property

DateTime get dateTime

Gets the DateTime representation of the timestamp in local timezone

Implementation

DateTime get dateTime => DateTime.fromMillisecondsSinceEpoch(timestamp);