RegExpPatternEvaluator constructor
const
RegExpPatternEvaluator(
- RegExp regExp
Constructs an instance of the class.
The argument regExp must not be null.
Implementation
const RegExpPatternEvaluator(this.regExp);