isPaid property

bool get isPaid

True when this plan is considered "paid" (not trial/none).

Implementation

bool get isPaid => this == professional || this == team || this == enterprise;