EnumDecl constructor
EnumDecl(})
Implementation
EnumDecl(
this.id,
this.enumerations, {
this.classId,
this.isExternal = false,
this.isPrivate = false,
this.isTopLevel = false,
super.source,
super.line = 0,
super.column = 0,
super.offset = 0,
super.length = 0,
}) : super(Semantic.enumDeclaration);