fromValues static method

Implementation

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