fromValues static method

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

Implementation

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