TypeAliasTypeImpl constructor
TypeAliasTypeImpl(})
Creates a new TypeAliasTypeImpl with the given properties.
Implementation
TypeAliasTypeImpl(
this.name,
this.declarationRef,
this.resolver, {
super.isNullable = false,
this.typeArguments = const <DartType>[],
});