exists property

bool exists

Check if config file exists

Implementation

bool get exists {
  return configFile.existsSync();
}