StreamingPluginStream constructor

StreamingPluginStream({
  1. int? id,
  2. String? type,
  3. String? description,
  4. bool? isPrivate,
  5. List<Ports>? ports,
})

Implementation

StreamingPluginStream({
  this.id,
  this.type,
  this.description,
  this.isPrivate,
  this.ports,
});