CheckValueFunc<T> typedef

CheckValueFunc<T> = dynamic Function(T val)

Implementation

typedef CheckValueFunc<T> = Function(T val);