matches method

bool matches(
  1. RegExp regExp
)

Implementation

bool matches(RegExp regExp) {
  return regExp.hasMatch(fullKey);
}