FilterSettings constructor
FilterSettings({})
Implementation
FilterSettings({
required this.generalSearchTerm,
required this.testFilterTerm,
required this.testSearchFor,
required this.groupFilterTerm,
required this.groupSearchFor,
required this.testRunnerFilterTerm,
required this.testRunnerSearchFor,
});