void fromJson(Map<String, dynamic> data) { ip = data['ip'] ?? ''; port = data['port'] ?? 0; useTelnet = data['useTelnet'] ?? true; }