createdAt property

int? get createdAt

Date when the document has been uploaded in Unixtime.

Implementation

int? get createdAt => payload['date'];