createdAt property
DateTime
get
createdAt
The timestamp of creation of this document
Implementation
DateTime get createdAt => DateTime.parse(_snapshot['created_at'].toString());
The timestamp of creation of this document
DateTime get createdAt => DateTime.parse(_snapshot['created_at'].toString());