GroupListViewController class

Mixed-in types

Constructors

GroupListViewController({int pageSize = 20})

Properties

hasDisposed bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasMore bool
getter/setter pairinherited
list List<ChatUIKitListItemModelBase>
getter/setter pairinherited
loadingType ValueNotifier<ChatUIKitListViewType>
getter/setter pairinherited
pageNum int
getter/setter pair
pageSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNewGroup(String groupId) → void
dispose() → void
inherited
fetchItemList({bool force = false}) Future<void>
override
fetchMoreItemList() Future<void>
override
mapperToGroupItemModelItems(List<Group> groups) List<GroupItemModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future<void>
inherited
reload() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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