import 'IPAndPort.dart'; class Hostmap { String nebulaIp; List destinations; bool lighthouse; Hostmap({required this.nebulaIp, required this.destinations, required this.lighthouse}); }