JoltDebugOption.label constructor

const JoltDebugOption.label(
  1. 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;