smoothnessLevel property

  1. @JsonKey(includeIfNull: false)
double? smoothnessLevel
getter/setter pair

The value ranges from 0.0 (original) to 1.0. The default value is 0.5. The greater the value, the greater the degree of skin grinding.

Implementation

@JsonKey(includeIfNull: false)
double? smoothnessLevel;