CarriersCarrier constructor

CarriersCarrier({
  1. String? country,
  2. List<String>? eddServices,
  3. String? name,
  4. List<String>? services,
})

Implementation

CarriersCarrier({
  this.country,
  this.eddServices,
  this.name,
  this.services,
});