Map<String, dynamic> toJson() => withoutNulls({ 'address': address.toJson(), 'port': port, 'level': level, 'email': email, 'method': cipher, 'password': password, 'uot': uot, 'uotVersion': uotVersion, });