StreamingMountEdited constructor

StreamingMountEdited({
  1. String? streaming,
  2. int? id,
  3. bool? permanent,
})

Implementation

StreamingMountEdited({
  this.streaming,
  this.id,
  this.permanent,
});