hasMatch method

  1. @override
bool hasMatch(
  1. String input
)
override

======================================================================== REGEXP METHOD OVERRIDES

Implementation

@override
bool hasMatch(String input) => _toRegExp().hasMatch(input);