AutoSuggestLoaded<T> constructor
const
AutoSuggestLoaded<T> ({})
Implementation
const AutoSuggestLoaded({
required this.items,
required this.query,
this.hasMoreResults = false,
required this.fetchedAt,
this.dataExpiredAt,
this.isLoadingMore = false,
this.loadMoreError,
});