isPaid property
True when this plan is considered "paid" (not trial/none).
Implementation
bool get isPaid => this == professional || this == team || this == enterprise;
True when this plan is considered "paid" (not trial/none).
bool get isPaid => this == professional || this == team || this == enterprise;