StreamOptions constructor

StreamOptions({
  1. String? path,
  2. String? host,
  3. String? headerType,
  4. String? seed,
  5. String? serviceName,
  6. String? authority,
  7. String? mode,
  8. StreamNetwork? type,
})

Implementation

StreamOptions({
  this.path,
  this.host,
  this.headerType,
  this.seed,
  this.serviceName,
  this.authority,
  this.mode,
  this.type,
});