BillingPlanSupportedAddons constructor

BillingPlanSupportedAddons({
  1. required bool baa,
  2. required bool premiumGeoDB,
  3. required bool premiumGeoDBOrg,
})

Implementation

BillingPlanSupportedAddons({
  required this.baa,
  required this.premiumGeoDB,
  required this.premiumGeoDBOrg,
});