SelectionSet constructor
const
SelectionSet(
- SelectionSetNode? astNode, [
- TypeDefinition? schemaType,
- GetExecutableType? getType
Implementation
const SelectionSet(
this.astNode, [
this.schemaType,
GetExecutableType? getType,
]) : super(getType);