menu
api_model_generator package
documentation
config/config_loader.dart
ConfigLoader
exists static method
exists static method
dark_mode
light_mode
exists
static method
bool
exists
(
)
Checks if the configuration file exists.
Implementation
static bool exists() => File(fileName).existsSync();
api_model_generator package
documentation
config/config_loader
ConfigLoader
exists static method
ConfigLoader class