isFile property

bool isFile

Whether the file is a symbolic link. See type.

Implementation

bool get isFile => mode?.type == SftpFileType.regularFile;