ShippingServiceCountry constructor
ShippingServiceCountry({
- int? id,
- String? name,
- String? code,
- List<
FluffyRegion> ? regions,
Implementation
ShippingServiceCountry({
this.id,
this.name,
this.code,
this.regions,
});