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).

Implementation

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