StreamingMountPoint constructor

StreamingMountPoint({
  1. int? id,
  2. String? type,
  3. String? description,
  4. String? metadata,
  5. bool? enabled,
  6. List<Media>? media,
})

Implementation

StreamingMountPoint({
  this.id,
  this.type,
  this.description,
  this.metadata,
  this.enabled,
  this.media,
});