BankPlanFeature constructor

const BankPlanFeature({
  1. required String label,
  2. required Map<String, bool?> tierSupport,
})

Implementation

const BankPlanFeature({required this.label, required this.tierSupport});