StreamingMount constructor Null safety
- {String? streaming,
- String? create,
- bool? permanent,
- StreamingPluginStream? stream}
Implementation
StreamingMount({
this.streaming,
this.create,
this.permanent,
this.stream,
});
StreamingMount({
this.streaming,
this.create,
this.permanent,
this.stream,
});