NominalTypeExpr constructor
NominalTypeExpr({})
Implementation
NominalTypeExpr({
required this.id,
this.arguments = const [],
this.isNullable = false,
this.isLocal = true,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.nominalTypeExpr);