InterpretedInstance constructor

InterpretedInstance(
  1. InterpretedClass klass, {
  2. List<RuntimeType>? typeArguments,
})

Implementation

InterpretedInstance(this.klass, {this.typeArguments}) {
  D4rtDiag.instanceAllocs++;
}