InitBuilder<T> typedef

InitBuilder<T> = T Function()

Signature for a function that creates an object of type T.

Implementation

typedef InitBuilder<T> = T Function();