stat class Null safety
- Inheritance
- Object
- NativeType
- Struct
- stat
Constructors
- stat()
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- st_atim ↔ timespec
-
read / write
- st_blksize ↔ int
-
@ffi.Int64(), read / write
- st_blocks ↔ int
-
@ffi.Int64(), read / write
- st_ctim ↔ timespec
-
read / write
- st_dev ↔ int
-
@ffi.Uint64(), read / write
- st_gid ↔ int
-
@ffi.Uint32(), read / write
- st_ino ↔ int
-
@ffi.Uint64(), read / write
- st_mode ↔ int
-
@ffi.Uint32(), read / write
- st_mtim ↔ timespec
-
read / write
- st_nlink ↔ int
-
@ffi.Uint64(), read / write
- st_rdev ↔ int
-
@ffi.Uint64(), read / write
- st_size ↔ int
-
@ffi.Int64(), read / write
- st_uid ↔ int
-
@ffi.Uint32(), read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited