PureCreator<T> typedef

PureCreator<T> = T Function(dynamic)

Implementation

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