CometChatGroupMembersControllerProtocol class abstract

Inheritance

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(GroupMember element, {int index}) → dynamic
inherited
defaultFunction(Group group, GroupMember member) List<CometChatOption>
getList() List<GroupMember>
inherited
getMatchingIndex(GroupMember element) int
inherited
getMatchingIndexFromKey(String key) int
inherited
loadMoreElements({bool isIncluded(GroupMember element)?}) → dynamic
inherited
match(GroupMember elementA, GroupMember elementB) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSearch(String val) → dynamic
inherited
removeElement(GroupMember element) → dynamic
inherited
removeElementAt(int index) → dynamic
inherited
toString() String
A string representation of this object.
inherited
updateElement(GroupMember element, {int? index}) → dynamic
inherited

Operators

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