createdAt property
      
      int?
      get
      createdAt
      
    
    
Product creation date in Unixtime format.
Implementation
int? get createdAt => payload['date'];
Product creation date in Unixtime format.
int? get createdAt => payload['date'];