updatedAt property

DateTime updatedAt

The timestamp of latest update of this document

Implementation

DateTime get updatedAt => DateTime.parse(snapshot['updated_at'].toString());