toJson method

List toJson()

Implementation

List<dynamic> toJson() {
  return [
    ssid,
    bssid,
    rssi,
    auth,
  ];
}