redEyeReduction property

RedEyeReduction redEyeReduction

Implementation

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

Implementation

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