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