withCustomValue method

ImageQualityCharacteristic withCustomValue(
  1. double value
)

Implementation

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