isDevMode method

bool isDevMode ()

Implementation

bool isDevMode() {
  return isDev;
}