globalVariables property

  1. @internal
Map<String, FileSpan> globalVariables
final

The set of (normalized) global variable names defined by this stylesheet to the spans where they're defined.

Implementation

@internal
final Map<String, FileSpan> globalVariables;