isDevelopment function

bool isDevelopment()

Implementation

bool isDevelopment() {
  return _testDevelopment;
}