Type Definition: function with a String as a parameter returning a bool
typedef BoolFn = bool Function(String?);