Factory<T> typedef

Factory<T> = T? Function(Container container)

Signature for a builder which creates an object of type T.

Implementation

typedef Factory<T> = T? Function(Container container);