File class

dart:io File stub for web

Constructors

File(String _path)

Properties

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

Methods

delete({bool recursive = false}) Future<File>
existsSync() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readAsBytes() Future<List<int>>
readAsBytesSync() List<int>
toString() String
A string representation of this object.
inherited
writeAsBytesSync(List<int> bytes, {bool flush = false}) → void

Operators

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