withCustomRange method
Implementation
ImageQualityCharacteristic withCustomRange(double min, double max) {
  _customRange = ImageQualityRange(min, max);
  return this;
}
ImageQualityCharacteristic withCustomRange(double min, double max) {
  _customRange = ImageQualityRange(min, max);
  return this;
}