menu
dartssh2_plus package
documentation
dartssh2.dart
SftpFileAttrs
isPipe property
isPipe property
dark_mode
light_mode
isPipe
property
bool
get
isPipe
Whether the file is a pipe. See
type
.
Implementation
bool get isPipe => mode?.type == SftpFileType.pipe;
dartssh2_plus package
documentation
dartssh2
SftpFileAttrs
isPipe property
SftpFileAttrs class