ShippingsettingsGetSupportedCarriersResponse constructor

ShippingsettingsGetSupportedCarriersResponse({
  1. List<CarriersCarrier>? carriers,
  2. String? kind,
})

Implementation

ShippingsettingsGetSupportedCarriersResponse({
  this.carriers,
  this.kind,
});