dateTime property
DateTime
get
dateTime
Returns the DateTime of this log entry
Implementation
DateTime get dateTime => DateTime.fromMillisecondsSinceEpoch(timestamp);
Returns the DateTime of this log entry
DateTime get dateTime => DateTime.fromMillisecondsSinceEpoch(timestamp);