updatedAt property
DateTime
get
updatedAt
The timestamp of latest update of this document
Implementation
DateTime get updatedAt => DateTime.parse(snapshot['updated_at'].toString());
The timestamp of latest update of this document
DateTime get updatedAt => DateTime.parse(snapshot['updated_at'].toString());