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