Writes the contents of the file to file at path
path
Future<File> writeTo(String path, {Encoding encoding = utf8}) => values.first.writeTo(path, encoding: encoding);