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