Service constructor
Service({
- bool? active,
- String? currency,
- String? deliveryCountry,
- DeliveryTime? deliveryTime,
- String? eligibility,
- Price? minimumOrderValue,
- MinimumOrderValueTable? minimumOrderValueTable,
- String? name,
- PickupCarrierService? pickupService,
- List<
RateGroup> ? rateGroups, - String? shipmentType,
- ServiceStoreConfig? storeConfig,
Implementation
Service({
this.active,
this.currency,
this.deliveryCountry,
this.deliveryTime,
this.eligibility,
this.minimumOrderValue,
this.minimumOrderValueTable,
this.name,
this.pickupService,
this.rateGroups,
this.shipmentType,
this.storeConfig,
});