lazyPut<T> static method
void
lazyPut<T>(
- T builder()
lazyPutT method.
Implementation
static void lazyPut<T>(T Function() builder) {
_factories[T] = builder;
_notify('lazyPut', T);
}