build abstract method

InjectorScope build([
  1. Maybe<InjectorScope> parent = const None()
])

Create the InjectorScope with the values and factories specified in this.

Implementation

InjectorScope build([Maybe<InjectorScope> parent = const None()]);