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