fromValues static method

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

Implementation

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