FactoryFunc<T> typedef

FactoryFunc<T> = T Function()

Signature for factory and lazy singleton creator functions.

Implementation

typedef FactoryFunc<T> = T Function();