customerName property

  1. @JsonKey.new(name: "customerName")
String? customerName
getter/setter pair

Implementation

@JsonKey(name: "customerName")
String? customerName;