fromValues static method

Implementation

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