FsFolder class
Filesystem folder during scanning (minimal info).
Represents a folder discovered during filesystem scanning, before nature detection. This is a lightweight class used during the initial scan phase.
Properties
- exists → bool
-
Check if the folder exists on disk.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
Folder name (basename of path).
no setter
- natures → List
-
List of detected natures (populated by NatureDetector).
final
- path → String
-
Absolute path to the folder.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override