Returns true if the given path points to a file.
path
isFile("~/fred.jpg");
@Throwing(ArgumentError) @Throwing(FileSystemException) @Throwing(RangeError)
bool isFile(String path) => _Is().isFile(path);