created property
getter/setter pair
Date when the product was bought.
Implementation
@JsonKey(fromJson: JsonHelper.stringTimestampToDate)
late DateTime created;
Date when the product was bought.
@JsonKey(fromJson: JsonHelper.stringTimestampToDate)
late DateTime created;