GdataObjectId constructor

GdataObjectId({
  1. String? bucketName,
  2. String? generation,
  3. String? objectName,
})

Implementation

GdataObjectId({
  this.bucketName,
  this.generation,
  this.objectName,
});