fromValue static method
Implementation
static OrientationSensorLocalCoordinateSystem fromValue(String value) =>
    values.firstWhere((e) => e.value == value);static OrientationSensorLocalCoordinateSystem fromValue(String value) =>
    values.firstWhere((e) => e.value == value);