fromValues static method

Iterable<GPUVertexFormat> fromValues(
  1. Iterable<String> values
)

Implementation

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