willRenew property

  1. @JsonKey(name: 'willRenew')
bool willRenew
inherited

True if the underlying subscription is set to renew at the end of the billing period (expirationDate). Will always be True if entitlement is for lifetime access.

Implementation

@JsonKey(name: 'willRenew')
bool get willRenew => throw _privateConstructorUsedError;