Factory<T> typedef

Factory<T> = T Function()

Implementation

typedef Factory<T> = T Function();