MemberManager class final

Constructors

MemberManager(Map<Snowflake, Member> _members)
MemberManager.fromList(List<Member> payload)
factory

Properties

bots Map<Snowflake, Member>
no setter
hashCode int
The hash code for this object.
no setterinherited
humans Map<Snowflake, Member>
no setter
list Map<Snowflake, Member>
no setter
maxInGuild int
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String? id) Member?
getOrFail(String id, {String? error}) Member
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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