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