isFolder property
bool
get
isFolder
Whether this is the default folder icon.
Implementation
bool get isFolder => iconName == _folderIconName;
Whether this is the default folder icon.
bool get isFolder => iconName == _folderIconName;