fromValues static method

Implementation

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