SelectionSetNode constructor
const
SelectionSetNode({
- List<
SelectionNode> selections = const [], - FileSpan? span,
Implementation
const SelectionSetNode({
this.selections = const [],
FileSpan? span,
}) : super(span);