ClassInfo constructor
const
ClassInfo({})
Implementation
const ClassInfo({
required super.name,
this.superTypes = const [],
this.interfaces = const [],
this.mixins = const [],
this.methods = const [],
this.fields = const [],
this.constructors = const [],
this.isAbstract = false,
});