field property

  1. @JsonKey(includeIfNull: false)
ProductResultField? field
getter/setter pair

Field on which there is a specific answer.

Implementation

@JsonKey(includeIfNull: false)
ProductResultField? field;