GcsDestination constructor

GcsDestination({
  1. String? contentStructure,
  2. String? messageView,
  3. String? uriPrefix,
})

Implementation

GcsDestination({
  this.contentStructure,
  this.messageView,
  this.uriPrefix,
});