fromValues static method

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

Implementation

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