CheckoutConfig constructor

const CheckoutConfig({
  1. required CheckoutType sheetType,
  2. required bool isEnabled,
  3. Map<Jurisdiction, JurisdictionCheckoutConfig> jurisdictions = const {},
})

Implementation

const CheckoutConfig({
  required this.sheetType,
  required this.isEnabled,
  this.jurisdictions = const {},
});