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