redEyeReduction property

bool get redEyeReduction

Implementation

bool get redEyeReduction => js_util.getProperty(this, 'redEyeReduction');
set redEyeReduction (bool newValue)

Implementation

set redEyeReduction(bool newValue) {
  js_util.setProperty(this, 'redEyeReduction', newValue);
}