smoothnessLevel property

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

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

Implementation

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