ValidateFunc<TIn, TOut> typedef
ValidateFunc<TIn, TOut> =
TOut? Function(TIn)
Implementation
typedef ValidateFunc<TIn, TOut> = TOut? Function(TIn);
typedef ValidateFunc<TIn, TOut> = TOut? Function(TIn);