fromValue static method

DpmIlluminationControl fromValue(
  1. String value
)

Implementation

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