S2Validation<T> typedef

S2Validation<T> = String Function(T value)

Validation callback

Implementation

typedef String S2Validation<T>(T value);