Injector<T> constructor

Injector<T>({
  1. required T inject(
    1. Object? args
    ),
})

Implementation

Injector({
  required this.inject,
});