Returns true if this pattern matches the complete input string.
true
input
bool matches(String input) => _regExp.hasMatch(input);