fromValues static method

Implementation

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