createdAtDateTime property
DateTime
get
createdAtDateTime
The creation time as a DateTime.
Implementation
DateTime get createdAtDateTime =>
DateTime.fromMillisecondsSinceEpoch(createdAt * 1000);
The creation time as a DateTime.
DateTime get createdAtDateTime =>
DateTime.fromMillisecondsSinceEpoch(createdAt * 1000);