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