isPaid property

bool get isPaid

True when the user has any paid plan.

Implementation

bool get isPaid => plan.isPaid;