floatValue property

  1. @JsonKey.new(name: 'floatValue')
double? floatValue
getter/setter pair

Implementation

@JsonKey(name:'floatValue')
double? floatValue;