PickupServicesPickupService constructor

PickupServicesPickupService({
  1. String? carrierName,
  2. String? country,
  3. String? serviceName,
})

Implementation

PickupServicesPickupService({
  this.carrierName,
  this.country,
  this.serviceName,
});