fromValue static method

XRInteractionMode fromValue(
  1. String value
)

Implementation

static XRInteractionMode fromValue(String value) =>
    values.firstWhere((e) => e.value == value);