create constant
SftpFileOpenMode
const create
If this flag is specified, then a new file will be created if one does not already exist (if truncate is specified, the new file will be truncated to zero length if it previously exists).
Implementation
static const create = SftpFileOpenMode._(1 << 3);