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