Map<String, dynamic> toJson() { return <String, dynamic>{'name': name, 'port': port, 'type': type.id}; }