updatedAt property

DateTime updatedAt

The timestamp of latest update of this document

Implementation

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