SearchHistoryItem.ets 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 export class SearchHistoryItem{ searchContent:string = "" constructor(searchContent: string) { this.searchContent = searchContent } }