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