fromValues static method

Implementation

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