ShippingSettings constructor

ShippingSettings({
  1. String? etag,
  2. String? name,
  3. List<Service>? services,
  4. List<Warehouse>? warehouses,
})

Implementation

ShippingSettings({this.etag, this.name, this.services, this.warehouses});