radiusMax property

  1. @JsonKey.new(name: 'radiusMax')
dynamic radiusMax
getter/setter pair

Implementation

@JsonKey(name: 'radiusMax')
// Setting data type of this field to be 'dynamic' instead of
// 'double' for now.
dynamic radiusMax;