CustomValidatorType<T> typedef

CustomValidatorType<T> = GladeValidatorError<T>? Function(T value)

Implementation

typedef CustomValidatorType<T> = GladeValidatorError<T>? Function(T value);