File class
dart:io File stub for web
Properties
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