fileExists static method

bool fileExists(
  1. String file
)

Implementation

static bool fileExists(String file) => File(file).existsSync();