maxRenewDate property

  1. @override
DateTime? maxRenewDate
override

The maximum potential date to renew to. If null, then the renew date might not be customizable.

Implementation

@override
DateTime? get maxRenewDate => status?.potentialRights?.end;