FormeValidator<T> typedef

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

Implementation

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