maxValue property

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

Implementation

@JsonKey(name: 'max_value')
num? maxValue;