createChildScope method

ContextModel createChildScope()

Returns a new child scope of this scope.

Implementation

ContextModel createChildScope() => ContextModel._child(this);