SubstringMatchCriteria constructor

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

Implementation

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