RecentSearch constructor
RecentSearch({})
Initializes a new instance of the RecentSearch class.
Implementation
RecentSearch({
required this.jid,
required this.mid,
required this.searchType,
required this.chatType,
required this.isSearch,
});