MemoryFileStat class
An in-memory implementation of FileStat.
- Implemented types
Constructors
- MemoryFileStat(MapBasedFileSystem _fs, String path)
- Creates a new MemoryFileStat instance.
Properties
- accessed → DateTime
- 
  The time of the last access to the data of the file system object.
  no setteroverride
- changed → DateTime
- 
  The time of the last change to the data or metadata of the file system
object.
  no setteroverride
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- mode → int
- 
  The mode of the file system object.
  no setteroverride
- modified → DateTime
- 
  The time of the last change to the data of the file system object.
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- size → int
- 
  The size of the file system object.
  no setteroverride
- type → FileSystemEntityType
- 
  The type of the underlying file system object.
  no setteroverride
Methods
- 
  modeString() → String 
- 
  The mode value as a human-readable string.
  override
- 
  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