SubValueCreate<T> typedef
SubValueCreate<T> =
T Function()
Called to create the value for a SubValue.
Implementation
typedef SubValueCreate<T> = T Function();
Called to create the value for a SubValue.
typedef SubValueCreate<T> = T Function();