fromValues static method

Iterable<FileSystemHandleKind> fromValues(
  1. Iterable<String> values
)

Implementation

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