AbstractListFilterablePaginatedState<TSearchModel extends Pagination, TListItem> class abstract

Inheritance

Constructors

AbstractListFilterablePaginatedState({required ResultStatus resultStatus, required TSearchModel searchModel, required GridResult<TListItem> result})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
isLoaded bool
read-onlyinherited
items List<TListItem>
read-onlyinherited
result GridResult<TListItem>
read / writeinherited
resultStatus ResultStatus
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
searchModel ↔ TSearchModel
read / writeinherited

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