date property

  1. @JsonKey(fromJson: JsonHelper.stringTimestampToDate)
DateTime date
getter/setter pair

Date when the product was bought.

Implementation

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