expirationDate property

  1. @JsonKey(name: 'expirationDate')
String? expirationDate
inherited

The expiration date for the entitlement, can be null for lifetime access. If the periodType is PeriodType.trial, this is the trial expiration date.

Implementation

@JsonKey(name: 'expirationDate')
String? get expirationDate => throw _privateConstructorUsedError;