fromValues static method

Implementation

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