AbstractItemFilterableState< TSearchModel, TItem> class
abstract
- Inheritance
-
- Object
- AbstractItemState<
TItem> - AbstractItemFilterableState
Constructors
- AbstractItemFilterableState({required ResultStatus resultStatus, required TSearchModel searchModel, TItem? item})
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hasItem → bool
-
read-onlyinherited
- isLoaded → bool
-
read-onlyinherited
- item ↔ TItem?
-
read / writeinherited
- resultStatus ↔ ResultStatus
-
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- searchModel ↔ TSearchModel
-
read / write
Methods
-
copyWith(
) → dynamic -
override
-
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