SelectionSet constructor

const SelectionSet(
  1. SelectionSetNode? astNode, [
  2. TypeDefinition? schemaType,
  3. GetExecutableType? getType
])

Implementation

const SelectionSet(
  this.astNode, [
  this.schemaType,
  GetExecutableType? getType,
]) : super(getType);