FilePath class abstract
Inteface for implementing a part of a repository or a system that stores data on text files and needs to handle them.
- Implementers
Constructors
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
-
filePath(
String name) → Future< String> -
Returns the path of a file stored with name
name
. Requires to be implemented with another repository interface. -
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