Stats class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
- Stats()
Properties
- atime → Date
-
no setter
- atimeMs → num
-
no setter
- birthtime → Date
-
no setter
- birthtimeMs → num
-
no setter
- blksize → num
-
no setter
- blocks → num
-
no setter
- ctime → Date
-
no setter
- ctimeMs → num
-
no setter
- dev → num
-
no setter
- gid → num
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- ino → num
-
no setter
- mode → num
-
no setter
- mtime → Date
-
no setter
- mtimeMs → num
-
no setter
- nlink → num
-
no setter
- rdev → num
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
no setter
- uid → num
-
no setter
Methods
-
isBlockDevice(
) → bool -
isCharacterDevice(
) → bool -
isDirectory(
) → bool -
isFIFO(
) → bool -
isFile(
) → bool -
isSocket(
) → bool -
isSymbolicLink(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited