modeValues top-level property
Implementation
final modeValues = EnumValues({
"auto": Mode.AUTO,
"manual": Mode.MANUAL,
"manual_off": Mode.MANUAL_OFF,
"manual_on": Mode.MANUAL_ON,
"none": Mode.NONE
});
final modeValues = EnumValues({
"auto": Mode.AUTO,
"manual": Mode.MANUAL,
"manual_off": Mode.MANUAL_OFF,
"manual_on": Mode.MANUAL_ON,
"none": Mode.NONE
});