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