rednessLevel property

  1. @JsonKey(name: 'rednessLevel')
double? rednessLevel
final

The redness level, in the range 0.0,1.0, where 0.0 means the original redness. The default value is 0.0. The larger the value, the greater the redness level.

Implementation

@JsonKey(name: 'rednessLevel')
final double? rednessLevel;