createdAt property

DateTime createdAt

The timestamp of creation of this document

Implementation

DateTime get createdAt => DateTime.parse(_snapshot['created_at'].toString());