OrderPickupDetails constructor
OrderPickupDetails({
- OrderAddress? address,
- List<
OrderPickupDetailsCollector> ? collectors, - String? locationId,
- String? pickupType,
Implementation
OrderPickupDetails({
this.address,
this.collectors,
this.locationId,
this.pickupType,
});