ChannelContentSource constructor
ChannelContentSource(
- DriveRpcClient _rpc, {
- bool isWritable = false,
Wraps rpc; isWritable reflects the mount's access mode (the node also
enforces it).
Implementation
ChannelContentSource(this._rpc, {this.isWritable = false});