DartClass constructor
DartClass({})
Implementation
DartClass({
int depth = 0,
this.className = '',
this.parentClass,
this.injectedJavaCodes,
this.isAbstract = false,
this.fields = const [],
this.methods = const [],
this.hasConstructor = false,
}) : super(depth);