CometChatListProtocol<T1> mixin
Marker class to state predefined methods for CometChatList
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 -
getList(
) → List< T1> -
getMatchingIndex(
T1 element) → int -
getMatchingIndexFromKey(
String key) → int -
loadMoreElements(
{bool isIncluded(T1 element)?}) → dynamic -
match(
T1 elementA, T1 elementB) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeElement(
T1 element) → dynamic -
removeElementAt(
int index) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
updateElement(
T1 element, {int? index}) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited