exists method

bool exists()

Implementation

bool exists() {
  return io.exists(path, type: type);
}