GcsData constructor

GcsData({
  1. String? bucketName,
  2. String? path,
})

Implementation

GcsData({
  this.bucketName,
  this.path,
});