Field constructor
const
Field(
- FieldNode astNode, [
- FieldDefinition? schemaType,
- GetExecutableType? getType
Implementation
const Field(
this.astNode, [
this.schemaType,
GetExecutableType? getType,
]) : super(getType);