ZIMKitGroupMemberList class

Constructors

ZIMKitGroupMemberList()

Properties

count ValueNotifier<int>
getter/setter pair
fetched bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notifier ListNotifier<ZIMGroupMemberInfo>
getter/setter pair
owner ValueNotifier<ZIMGroupMemberInfo?>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAll(Iterable<ZIMGroupMemberInfo> iterable, {bool notify = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAll(Iterable<ZIMGroupMemberInfo> iterable, {bool notify = true}) → void
removeWhere(bool test(ZIMGroupMemberInfo memberInfo), {bool notify = true}) → void
sort({bool notify = true}) → void
toString() String
A string representation of this object.
inherited
triggerNotify() → void
updateOwnerOrNot() → void

Operators

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