exists static method

bool exists()

Checks if the configuration file exists.

Implementation

static bool exists() => File(fileName).existsSync();