StringTester typedef

StringTester = bool Function(String)

Definition of a String method tester

By default, describes a method that receives a String to test and returns a bool that validates if the test succeeded or not

Implementation

typedef StringTester = bool Function(String);