isWhiteout property

bool isWhiteout

Whether the file is a whiteout. See type.

Implementation

bool get isWhiteout => mode?.type == SftpFileType.whiteout;