EmptyChecker<T> typedef
EmptyChecker<T> =
bool Function(T value)
Contract to check whether the given value
is considered as balnk
Implementation
typedef bool EmptyChecker<T>(T value);
Contract to check whether the given value
is considered as balnk
typedef bool EmptyChecker<T>(T value);