Service constructor
Service({
- bool? active,
- String? currencyCode,
- List<
String> ? deliveryCountries, - DeliveryTime? deliveryTime,
- List<
LoyaltyProgram> ? loyaltyPrograms, - Price? minimumOrderValue,
- MinimumOrderValueTable? minimumOrderValueTable,
- List<
RateGroup> ? rateGroups, - String? serviceName,
- String? shipmentType,
- StoreConfig? storeConfig,
Implementation
Service({
this.active,
this.currencyCode,
this.deliveryCountries,
this.deliveryTime,
this.loyaltyPrograms,
this.minimumOrderValue,
this.minimumOrderValueTable,
this.rateGroups,
this.serviceName,
this.shipmentType,
this.storeConfig,
});