fromValues static method

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

Implementation

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