hasActiveProduct property
bool
get
hasActiveProduct
conveniently check if the user has any activeProducts
Implementation
bool get hasActiveProduct =>
activeProducts != null && activeProducts!.planList.isNotEmpty;