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