deliveryToLocation property

  1. @JsonKey.new(name: 'DeliveryToLocation', includeIfNull: false)
String? deliveryToLocation
final

Implementation

@JsonKey(name: 'DeliveryToLocation', includeIfNull: false)
final String? deliveryToLocation;