fromValues static method

Implementation

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