getValue method
dynamic
getValue()
Implementation
dynamic getValue() => switch (this) {
.off => false,
.on => true,
.auto => 'auto',
};
dynamic getValue() => switch (this) {
.off => false,
.on => true,
.auto => 'auto',
};