TypeDefinitionWithFieldSet constructor

const TypeDefinitionWithFieldSet([
  1. ResolveType? getType
])

Implementation

const TypeDefinitionWithFieldSet([
  ResolveType? getType,
])  : getType = getType ?? TypeResolver.withoutContext,
      super();