createdAt property

int? get createdAt

The time when the record was published in unixtime format.

Implementation

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