StreamingMount constructor Null safety

StreamingMount(
  1. {String? streaming,
  2. String? create,
  3. bool? permanent,
  4. StreamingPluginStream? stream}
)

Implementation

StreamingMount({
  this.streaming,
  this.create,
  this.permanent,
  this.stream,
});