TestOrderPickupDetails constructor
TestOrderPickupDetails({
- String? locationCode,
- TestOrderAddress? pickupLocationAddress,
- String? pickupLocationType,
- List<
TestOrderPickupDetailsPickupPerson> ? pickupPersons,
Implementation
TestOrderPickupDetails({
this.locationCode,
this.pickupLocationAddress,
this.pickupLocationType,
this.pickupPersons,
});