GcsProfile constructor

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

Implementation

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