accept method

  1. @override
bool accept(
  1. String str
)
override

Implementation

@override
bool accept(String str) => !regExp.hasMatch(str);