ClassInfo constructor
ClassInfo({})
Implementation
ClassInfo({
required this.name,
this.extendsClass,
required this.implements,
required this.annotations,
required this.methods,
});
ClassInfo({
required this.name,
this.extendsClass,
required this.implements,
required this.annotations,
required this.methods,
});