isDevelopment function

bool isDevelopment()

Implementation

bool isDevelopment() {
  return dotenv.get(kName).toUpperCase() == 'DEVELOPMENT';
}