SelectionSetNode constructor

const SelectionSetNode({
  1. List<SelectionNode> selections = const [],
  2. FileSpan? span,
})

Implementation

const SelectionSetNode({
  this.selections = const [],
  FileSpan? span,
}) : super(span);