TerminalSearchOptions constructor

TerminalSearchOptions({
  1. bool caseSensitive = false,
  2. bool matchWholeWord = false,
  3. bool useRegex = false,
})

Implementation

TerminalSearchOptions({
  this.caseSensitive = false,
  this.matchWholeWord = false,
  this.useRegex = false,
});