CometChatSearchListControllerProtocol<T1> class abstract

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addElement(T1 element, {int index}) → dynamic
inherited
getList() List<T1>
inherited
getMatchingIndex(T1 element) int
inherited
getMatchingIndexFromKey(String key) int
inherited
loadMoreElements({bool isIncluded(T1 element)?}) → dynamic
inherited
match(T1 elementA, T1 elementB) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSearch(String val) → dynamic
removeElement(T1 element) → dynamic
inherited
removeElementAt(int index) → dynamic
inherited
toString() String
A string representation of this object.
inherited
updateElement(T1 element, {int? index}) → dynamic
inherited

Operators

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