debugLabel property

String? debugLabel
final

The debug label that is printed for this node when logged.

If this label is set, then it will be displayed instead of the shortcut map when logged.

This allows simplifying the diagnostic output to avoid cluttering it unnecessarily with large default shortcut maps.

Implementation

final String? debugLabel;