createdAt property

int? get createdAt

Date of creation in Unixtime format.

Implementation

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