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