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