Writes the contents of the file to file at path
path
Future<File> writeTo(String path) => values.first.writeTo(path);