SubstringMatchCriteria constructor

SubstringMatchCriteria({
  1. bool? matchCase,
  2. bool? searchByRegex,
  3. String? text,
})

Implementation

SubstringMatchCriteria({this.matchCase, this.searchByRegex, this.text});