fromValues static method

Implementation

static Iterable<AppBannerPromptOutcome> fromValues(Iterable<String> values) =>
    values.map(fromValue);