isOnTrial property
True when the user is on trial (not paid, not expired).
Implementation
bool get isOnTrial =>
plan == PlanTier.trial && source != EntitlementSource.expired;
True when the user is on trial (not paid, not expired).
bool get isOnTrial =>
plan == PlanTier.trial && source != EntitlementSource.expired;