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