fromValues static method

Implementation

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