ShippingService constructor
ShippingService({})
Implementation
ShippingService({
this.id,
this.countries,
this.name,
this.info,
this.active,
this.allowsPod,
this.logoKey,
this.baseUrl,
});
ShippingService({
this.id,
this.countries,
this.name,
this.info,
this.active,
this.allowsPod,
this.logoKey,
this.baseUrl,
});