HTNominalType constructor

HTNominalType(
  1. HTClassDeclaration klass, {
  2. List<HTType> typeArgs = const [],
  3. bool isNullable = false,
})

Implementation

HTNominalType(this.klass, {this.typeArgs = const [], this.isNullable = false})
    : super(klass.id!);