redEyeReduction property
RedEyeReduction
get
redEyeReduction
Implementation
RedEyeReduction get redEyeReduction =>
RedEyeReduction.fromValue(js_util.getProperty(this, 'redEyeReduction'));
set
redEyeReduction
(RedEyeReduction newValue)
Implementation
set redEyeReduction(RedEyeReduction newValue) {
js_util.setProperty(this, 'redEyeReduction', newValue.value);
}