SearchHistoryEntry constructor
const
SearchHistoryEntry({
- required String pattern,
- required SearchScope scope,
- required SearchOptions options,
- required DateTime timestamp,
- bool pinned = false,
Implementation
const SearchHistoryEntry({
required this.pattern,
required this.scope,
required this.options,
required this.timestamp,
this.pinned = false,
});