newDarinScopeProvider<T> method

Scope Function() newDarinScopeProvider<T>(
  1. T target
)

Implementation

Scope Function() newDarinScopeProvider<T>(T target) =>
    Darin.newScopeProviderOf(this, target);