doDisableErrorReporting property

bool get doDisableErrorReporting

Implementation

static bool get doDisableErrorReporting {
  _doDisableErrorReporting ??=
      const String.fromEnvironment('DO_DISABLE_ERROR_REPORTING', defaultValue: 'false') == 'true';
  return _doDisableErrorReporting!;
}