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