fromValues static method

Implementation

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