customer property

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

Implementation

@JsonKey(name: 'Customer', includeIfNull: false)
final String? customer;