isProduction function

bool isProduction()

Implementation

bool isProduction() {
  return dotenv.get(kName).toUpperCase() == 'PRODUCTION';
}