HTNominalType constructor
HTNominalType({})
Implementation
HTNominalType({
String? id,
this.klass,
this.typeArgs = const [],
this.isNullable = false,
this.namespacesWithin = const [],
}) : _isResolved = klass != null,
super(klass?.id ?? id) {
assert(super.id != null);
}