fromValues static method

Implementation

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