customerId property

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

Implementation

@JsonKey(name: 'CustomerId', includeIfNull: false)
final String? customerId;