InstanceBuilder<T> typedef

InstanceBuilder<T> = T Function()

A function to generate the instance of T

Implementation

typedef InstanceBuilder<T> = T Function();