Stat class

Annotations
  • @immutable

Constructors

Stat({required int st_dev, required int st_ino, required int st_nlink, required int st_mode, required int st_uid, required int st_gid, required int st_rdev, required int st_size, required int st_blksize, required int st_blocks, required DateTime st_atim, required DateTime st_mtim, required DateTime st_ctim})

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
st_atim DateTime
Time of last access
final
st_blksize int
Blocksize for file system I/O
final
st_blocks int
Number of 512B blocks allocated
final
st_ctim DateTime
Time of last status change
final
st_dev int
ID of device containing file
final
st_gid int
Group ID of owner
final
st_ino int
Index node number
final
st_mode int
Protection
final
st_mtim DateTime
Time of last modification
final
Number of hard links
final
st_rdev int
Device ID (if special file)
final
st_size int
Total size, in bytes
final
st_uid int
User ID of owner
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.
override