VfsStat class final
Metadata for a single path, without listing its parent.
Constructors
- VfsStat({required VfsEntryType type, required int size, DateTime? modifiedAt})
-
Creates a stat result.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifiedAt → DateTime?
-
Last-modified instant when the host reports one.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
Size in bytes;
0for directories and links.final - type → VfsEntryType
-
What the path resolves to.
final
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.
inherited