List<Datum> get typedActivePackages { return activeUserPackages .where((p) => (p.type ?? []) .contains(showBusiness.value ? 'CORPORATE' : 'INDIVIDUAL')) .toList(); }