createdAt property

int? get createdAt

Product creation date in Unixtime format.

Implementation

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