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