Map<String, dynamic> toJson() { return { 'data': data, if (remoteAddr != null) 'remoteAddr': remoteAddr, if (remotePort != null) 'remotePort': remotePort, }; }