$Entry constructor

$Entry({
  1. bool? caseSensitive,
  2. String? replace,
  3. String? search,
})

Implementation

$Entry({
  this.caseSensitive,
  this.replace,
  this.search,
});