isOnTrial property

bool get isOnTrial

True when the user is on trial (not paid, not expired).

Implementation

bool get isOnTrial =>
    plan == PlanTier.trial && source != EntitlementSource.expired;