ValueTest<V> typedef
ValueTest<V> =
bool Function(V value)
A template for a callback that tests a value of type V
Implementation
typedef ValueTest<V> = bool Function(V value);
A template for a callback that tests a value of type V
typedef ValueTest<V> = bool Function(V value);