MemberBuilder class final

Constructors

MemberBuilder({String? nickname, bool? isMuted, bool? isDeafened, bool? isExcluded})

Properties

hashCode int
The hash code for this object.
no setterinherited
isDeafened bool?
getter/setter pair
isExcluded bool?
getter/setter pair
isMuted bool?
getter/setter pair
nickname String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deafen(bool value) MemberBuilder
exclude(bool value) MemberBuilder
mute(bool value) MemberBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNickname(String value) MemberBuilder
toString() String
A string representation of this object.
inherited

Operators

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