PublishOptions constructor

const PublishOptions({
  1. String? name,
  2. String? stream,
})

Implementation

const PublishOptions({
  this.name,
  this.stream,
});