File class
Stub for dart:io File.
Properties
Methods
-
delete(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readAsBytes(
) → Future< Uint8List> -
toString(
) → String -
A string representation of this object.
inherited
-
writeAsString(
String s) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited