redEyeReduction property

bool redEyeReduction

Implementation

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

Implementation

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