FileReference constructor

FileReference({
  1. String? gcsPath,
})

Implementation

FileReference({
  this.gcsPath,
});