toMap method

Map toMap()

Implementation

Map toMap() {
  return {
    "frequency": frequency,
    "gain": gain,
    "bypass": bypass,
  };
}