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