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