fromValues static method

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

Implementation

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