secondarySpans property Null safety
final
A map whose keys are secondary spans that should be highlighted.
Each span's value is a label to attach to that span that provides additional information and helps distinguish it from secondarySpans.
Implementation
final Map<SourceSpan, String> secondarySpans;