expirationDate property
If the item can expire, this is the date at which it will/did expire.
Implementation
@JsonKey(name:'expirationDate')
String? expirationDate;
If the item can expire, this is the date at which it will/did expire.
@JsonKey(name:'expirationDate')
String? expirationDate;