write constant
SftpFileOpenMode
const write
Open the file for writing. If both this and read are specified, the file is opened for both reading and writing.
Implementation
static const write = SftpFileOpenMode._(1 << 1);