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