readConfig method

ENVData readConfig()

Implementation

ENVData readConfig() {
  return _convertENVData(ENV.data ?? ENVData());
}