dateTimeUtc property
DateTime
get
dateTimeUtc
Gets the DateTime representation of the timestamp in UTC
Implementation
DateTime get dateTimeUtc =>
DateTime.fromMillisecondsSinceEpoch(timestamp, isUtc: true);