fromValues static method

Implementation

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