RegexpPredicate constructor

RegexpPredicate(
  1. String regexp
)

Implementation

RegexpPredicate(String regexp) : regExp = RegExp(regexp);