toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (address != null) 'address': address!,
if (collectors != null) 'collectors': collectors!,
if (locationId != null) 'locationId': locationId!,
if (pickupType != null) 'pickupType': pickupType!,
};