setupInternalsWith method

void setupInternalsWith(
  1. ClassReflection o
)

Setups the internal fields of this instance using already computed fields of o. Used by withObject.

Implementation

void setupInternalsWith(ClassReflection o) => o.setupInternalsOf(this);