created property

DateTime created
getter/setter pair

Date when the product was bought.

Implementation

@JsonKey(fromJson: JsonHelper.stringTimestampToDate)
late DateTime created;