setupInternalsWith method
Setups the internal fields of this
instance using already computed fields of o
.
Used by withObject.
Implementation
void setupInternalsWith(ClassReflection o) => o.setupInternalsOf(this);
Setups the internal fields of this
instance using already computed fields of o
.
Used by withObject.
void setupInternalsWith(ClassReflection o) => o.setupInternalsOf(this);