OrderPickupDetails constructor

OrderPickupDetails({
  1. OrderAddress? address,
  2. List<OrderPickupDetailsCollector>? collectors,
  3. String? locationId,
  4. String? pickupType,
})

Implementation

OrderPickupDetails({
  this.address,
  this.collectors,
  this.locationId,
  this.pickupType,
});