read constant
SftpFileOpenMode
const read
Open the file for reading.
Implementation
static const read = SftpFileOpenMode._(1 << 0);
Open the file for reading.
static const read = SftpFileOpenMode._(1 << 0);