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