TypeAliasDecl constructor
TypeAliasDecl(})
Implementation
TypeAliasDecl(
this.id,
this.typeValue, {
this.classId,
this.genericTypeParameters = const [],
super.hasEndOfStmtMark = false,
this.isPrivate = false,
this.isTopLevel = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.typeAliasDeclaration);