toJson method

Map<String, dynamic> toJson()

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!,
    };