Context<ExpectedType>.deepCopy constructor
Context<ExpectedType>.deepCopy (
- Context siblingContext
Implementation
Context.deepCopy(Context siblingContext) {
copy(siblingContext);
}