getValue method

dynamic getValue()

Implementation

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