expirationTooltip property

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

If this item can expire, this is the tooltip message to show with its expiration info.

Implementation

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