encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    macAddress,
    source.index,
    rssi,
    btName,
    frequency,
    centerFreq0,
    centerFreq1,
    channelWidthMhz,
    primaryPhy?.index,
    secondaryPhy?.index,
  ];
}