@override Map<String, dynamic> toJson() => <String, dynamic>{ 'server': server, 'port': port, 'type': type?.toJson(), '@type': constructor, };