FormeValidator<T> typedef

FormeValidator<T> = String? Function(FormeFieldState<T> field, T value)

Implementation

typedef FormeValidator<T> = String? Function(FormeFieldState<T> field, T value);