AbstractItemLoadEvent<TSearchModel> class

An event representing a request to load an item, optionally with a search model.

This class extends AbstractItemEvent and is used to trigger the loading of item data, allowing for optional filtering with the provided search model.

Inheritance

Constructors

AbstractItemLoadEvent.new({TSearchModel? searchModel})
Constructor for creating an instance of AbstractItemLoadEvent.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchModel ↔ TSearchModel?
An optional search model that can be used to filter the items being loaded.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited