VoidPredicate typedef
        VoidPredicate =
     bool Function()
    
    
A filter function without any arguments.
Implementation
typedef VoidPredicate = bool Function();A filter function without any arguments.
typedef VoidPredicate = bool Function();