dateTime property
DateTime
get
dateTime
Gets the DateTime representation of the timestamp in local timezone
Implementation
DateTime get dateTime => DateTime.fromMillisecondsSinceEpoch(timestamp);
Gets the DateTime representation of the timestamp in local timezone
DateTime get dateTime => DateTime.fromMillisecondsSinceEpoch(timestamp);