suppressDebugView property

bool? get suppressDebugView

When true, the debug viewlet will not be automatically revealed for this session.

Implementation

_i2.bool? get suppressDebugView => _i5.getProperty(
      this,
      'suppressDebugView',
    );
set suppressDebugView (bool? value)

Implementation

set suppressDebugView(_i2.bool? value) {
  _i5.setProperty(
    this,
    'suppressDebugView',
    value ?? _i6.undefined,
  );
}