ChannelContentSource constructor

ChannelContentSource(
  1. DriveRpcClient _rpc, {
  2. bool isWritable = false,
})

Wraps rpc; isWritable reflects the mount's access mode (the node also enforces it).

Implementation

ChannelContentSource(this._rpc, {this.isWritable = false});