menu
dutato
domain/entities/entitlement.dart
Entitlement
isPaid property
isPaid
dark_mode
light_mode
description
isPaid
property
bool
get
isPaid
True when the user has any paid plan.
Implementation
bool get isPaid => plan.isPaid;
dutato
entitlement
Entitlement
isPaid property
Entitlement class