deliveryDirection property

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

Implementation

@JsonKey(name: 'DeliveryDirection', includeIfNull: false)
final String? deliveryDirection;