fromValue static method
Implementation
static AppBannerPromptOutcome fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static AppBannerPromptOutcome fromValue(String value) =>
values.firstWhere((e) => e.value == value);