HTConstantValue constructor
HTConstantValue({})
Implementation
HTConstantValue({
required String id,
required this.type,
required this.index,
super.classId,
super.documentation,
super.isTopLevel = false,
required this.globalConstantTable,
}) : super(id: id);