SearchState<T> constructor
SearchState<T> ({
- required AsyncSnapshot<
List< snapshot,T> > - AsyncSnapshot<
List< ? previousSnapshot,T> > - Object? activeCallbackIdentity,
- String lastInput = '',
Implementation
SearchState({
required this.snapshot,
this.previousSnapshot,
this.activeCallbackIdentity,
this.lastInput = '',
});