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