LazyConstructor<T extends Object> typedef
LazyConstructor<T extends Object> =
Resolvable<T> Function()
Implementation
typedef LazyConstructor<T extends Object> = Resolvable<T> Function();