modeValues top-level property

EnumValues<Mode> modeValues
final

Implementation

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