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