isPipe property

bool isPipe

Whether the file is a pipe. See type.

Implementation

bool get isPipe => mode?.type == SftpFileType.pipe;