file method

Future<File> file()

Implementation

Future<File> file() {
  return (_asFileEntry(this)).file();
}