DiagnosticableNode<T extends Diagnosticable> constructor
- String? name,
- required T value,
- required DiagnosticsTreeStyle? style,
Create a diagnostics describing a Diagnosticable value.
Implementation
DiagnosticableNode({
super.name,
required this.value,
required super.style,
});