isDemoMode property

bool get isDemoMode

Implementation

bool get isDemoMode {
  return demoModeTest != null;
}