maxValue property

  1. @JsonKey.new(name: 'maxValue')
int? maxValue
getter/setter pair

Implementation

@JsonKey(name: 'maxValue')
int? maxValue;