withCustomValue method
Implementation
ImageQualityCharacteristic withCustomValue(double value) {
_customRange = ImageQualityRange.withValue(value);
return this;
}
ImageQualityCharacteristic withCustomValue(double value) {
_customRange = ImageQualityRange.withValue(value);
return this;
}