AbstractItemLoadEvent<TSearchModel> constructor
AbstractItemLoadEvent<TSearchModel> ({
- TSearchModel? searchModel,
Constructor for creating an instance of AbstractItemLoadEvent.
The searchModel parameter is optional and can be provided to specify
how to filter loaded items.
Implementation
AbstractItemLoadEvent({this.searchModel});