GroupTerm constructor

GroupTerm(
  1. SourceSpan? span
)

Implementation

GroupTerm(SourceSpan? span)
    : _terms = [],
      super(span);