File class

Fake File for Web

Constructors

File(String path)

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
Get the path of the file.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAsBytes() Future<Uint8List>
Reads the entire file contents as a list of bytes.
readAsBytesSync() Uint8List
Reads the entire file contents as a list of bytes synchronously.
toString() String
A string representation of this object.
inherited

Operators

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