CheckoutConfig constructor
const
CheckoutConfig({
- required CheckoutType sheetType,
- required bool isEnabled,
- Map<
Jurisdiction, JurisdictionCheckoutConfig> jurisdictions = const {},
Implementation
const CheckoutConfig({
required this.sheetType,
required this.isEnabled,
this.jurisdictions = const {},
});