core.Map<core.String, core.dynamic> toJson() { final displayName = this.displayName; final id = this.id; final nodeType = this.nodeType; return {'displayName': ?displayName, 'id': ?id, 'nodeType': ?nodeType}; }