SftpFile constructor

SftpFile(
  1. SftpClient _client,
  2. Uint8List _handle
)

Implementation

SftpFile(this._client, this._handle);