InlineFragment constructor

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

Implementation

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