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