hasConfig method

bool hasConfig()

Implementation

bool hasConfig() {
  return _allEnvKeys?.isNotEmpty == true && _allConfigs?.isNotEmpty == true;
}