activeDebugConsole property
DebugConsole
get
activeDebugConsole
The currently active {@link DebugConsoledebug console}. If no debug session is active, output sent to the debug console is not shown.
Implementation
_i3.DebugConsole get activeDebugConsole => _i4.getProperty(
this,
'activeDebugConsole',
);