$ObjectId constructor

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

Implementation

$ObjectId({
  this.bucketName,
  this.generation,
  this.objectName,
});