exists property
bool
get
exists
Whether the config file exists.
Implementation
bool get exists => File(configPath).existsSync();
Whether the config file exists.
bool get exists => File(configPath).existsSync();