ScopeSpans constructor

ScopeSpans({
  1. required Scope scope,
  2. required List<Span> spans,
})

Implementation

ScopeSpans({required this.scope, required this.spans});