Chromium Code Reviews| Index: sdk/lib/io/file.dart |
| diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart |
| index 6ae896f180975d726c8100803b822feb80398a90..b094122e7edc6a377114eb942d74fd4daa07949c 100644 |
| --- a/sdk/lib/io/file.dart |
| +++ b/sdk/lib/io/file.dart |
| @@ -428,6 +428,11 @@ abstract class RandomAccessFile { |
| void flushSync(); |
| /** |
| + * Returns a human readable string for this File instance. |
| + */ |
| + String toString(); |
| + |
| + /** |
| * Get the name of the file. |
| */ |
| String get name; |