JoltDebugOption.label constructor
const
JoltDebugOption.label(
- String? debugLabel
Creates a debug option with only a label.
The debugLabel is displayed in DevTools to help identify the node.
Implementation
const JoltDebugOption.label(this.debugLabel)
: debugType = null,
onDebug = null;