InterpretedInstance constructor
InterpretedInstance(
- InterpretedClass klass, {
- List<
RuntimeType> ? typeArguments,
Implementation
InterpretedInstance(this.klass, {this.typeArguments}) {
D4rtDiag.instanceAllocs++;
}