exists property

bool get exists

Whether the config file exists.

Implementation

bool get exists => File(configPath).existsSync();