DemoFileSystem class

Demo file system implementation.

Constructors

DemoFileSystem()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createFile(String path, {bool recursive = false}) Future<void>
Creates a file.
existsFile(String path) Future<bool>
Checks whether the file system entity with this path exists.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readString(String path) Future<String>
Reads file contents.
toString() String
A string representation of this object.
inherited
writeString(String path, String contents) Future<void>
Writes file contents.

Operators

operator ==(Object other) bool
The equality operator.
inherited