TypeFactory typedef

TypeFactory = T Function<T>(dynamic)

Implementation

typedef TypeFactory = T Function<T>(dynamic);