isDev property

bool isDev

Implementation

bool get isDev {
  bool isDev = false;
  assert(isDev = true);

  return isDev;
}