SubmitFunc<TKey> typedef
SubmitFunc<TKey> =
FutureOr<bool?> ? Function(ValMap<TKey> , SetErrFunc<TKey> )
Implementation
typedef SubmitFunc<TKey> = FutureOr<bool?>? Function(
ValMap<TKey>,
SetErrFunc<TKey>,
);