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