InstanceBuilderCallback<S> typedef
InstanceBuilderCallback<S> =
S Function()
A callback function used to construct instances of type S
.
The function takes no parameters and returns an instance of type S
.
Implementation
typedef InstanceBuilderCallback<S> = S Function();