fromValues static method
Implementation
static Iterable<NotificationPermission> fromValues(Iterable<String> values) =>
    values.map(fromValue);static Iterable<NotificationPermission> fromValues(Iterable<String> values) =>
    values.map(fromValue);