activePlanList property
List<LinkFivePlan>
get
activePlanList
All verified receipts as List or emptyList
Implementation
List<LinkFivePlan> get activePlanList => activeProducts?.planList ?? [];
All verified receipts as List or emptyList
List<LinkFivePlan> get activePlanList => activeProducts?.planList ?? [];