fromValues static method

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

Implementation

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