GcsProfile constructor

GcsProfile({
  1. String? bucketName,
  2. String? rootPath,
})

Implementation

GcsProfile({
  this.bucketName,
  this.rootPath,
});