fromValue static method

XRDepthDataFormat fromValue(
  1. String value
)

Implementation

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