SearchOptions constructor
const
SearchOptions({})
Implementation
const SearchOptions({
this.caseSensitive = true,
this.regex = false,
this.wholeWord = false,
this.includeGlobs = const [],
this.excludeGlobs = const [],
this.maxResults,
this.contextLines = 0,
});