SyntheticNamedType constructor
Creates a new SyntheticNamedType with the given name and resolver.
Implementation
const SyntheticNamedType(
this.name,
this.resolver, {
required super.isNullable,
});
Creates a new SyntheticNamedType with the given name and resolver.
const SyntheticNamedType(
this.name,
this.resolver, {
required super.isNullable,
});