isExpired property
True when the trial has expired and no paid plan took over.
Implementation
bool get isExpired => source == EntitlementSource.expired;
True when the trial has expired and no paid plan took over.
bool get isExpired => source == EntitlementSource.expired;