HTNominalType constructor
HTNominalType(
- HTClassDeclaration klass, {
- List<
HTType> typeArgs = const [], - bool isNullable = false,
Implementation
HTNominalType(this.klass, {this.typeArgs = const [], this.isNullable = false})
: super(klass.id!);