Context<ExpectedType>.deepCopy constructor

Context<ExpectedType>.deepCopy(
  1. Context siblingContext
)

Implementation

Context.deepCopy(Context siblingContext) {
  copy(siblingContext);
}