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