isValid abstract method

bool isValid(
  1. String input
)

return a bool Either valid or NOT

Implementation

bool isValid(String input);