expirationDate property

  1. @JsonKey(name: 'expirationDate')
String? expirationDate
getter/setter pair

If the item can expire, this is the date at which it will/did expire.

Implementation

@JsonKey(name:'expirationDate')
String? expirationDate;