SelectionSetContext.merged constructor

SelectionSetContext.merged(
  1. List<SelectionContext> selections
)

A synthetic SelectionSetContext produced from a set of selections.

Implementation

factory SelectionSetContext.merged(List<SelectionContext> selections) =
    _MergedSelectionSetContext;