name property

  1. @JsonKey.new(name: 'Name')
String? name
final

The name of the deal

Implementation

@JsonKey(name: 'Name')
final String? name;