stat class final
- Inheritance
 - Implemented types
 - Available extensions
 
Constructors
- stat.new()
 
Properties
- 
  address
  → Pointer<
T>  - 
      
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - st_atimespec ↔ timespec
 - 
  
  getter/setter pair
 - st_birthtimespec ↔ timespec
 - 
  
  getter/setter pair
 - st_blksize ↔ int
 - 
  
  getter/setter pair
 - st_blocks ↔ int
 - 
  
  getter/setter pair
 - st_ctimespec ↔ timespec
 - 
  
  getter/setter pair
 - st_dev ↔ int
 - 
  
  getter/setter pair
 - st_flags ↔ int
 - 
  
  getter/setter pair
 - st_gen ↔ int
 - 
  
  getter/setter pair
 - st_gid ↔ int
 - 
  
  getter/setter pair
 - st_ino ↔ int
 - 
  
  getter/setter pair
 - st_lspare ↔ int
 - 
  
  getter/setter pair
 - st_mode ↔ int
 - 
  
  getter/setter pair
 - st_mtimespec ↔ timespec
 - 
  
  getter/setter pair
 - st_nlink ↔ int
 - 
  
  getter/setter pair
 - 
  st_qspare
  ↔ Array<
__int64_t>  - 
  
  getter/setter pair
 - st_rdev ↔ int
 - 
  
  getter/setter pair
 - st_size ↔ int
 - 
  
  getter/setter pair
 - st_uid ↔ int
 - 
  
  getter/setter pair
 
Methods
- 
  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