GoogleCloudStorageIcebergStorage constructor

GoogleCloudStorageIcebergStorage({
  1. String? bucket,
  2. String? projectId,
  3. String? serviceAccountKeyFile,
})

Implementation

GoogleCloudStorageIcebergStorage({
  this.bucket,
  this.projectId,
  this.serviceAccountKeyFile,
});