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