orderLocation property

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

Implementation

@JsonKey(name: 'OrderLocation', includeIfNull: false)
final String? orderLocation;