mineral
api
GuildMember
isPending method
isPending
isPending
method
Null safety
bool
isPending
(
)
Returns whether of this is pending
Example :
print(member.isPending());
Implementation
bool isPending () => pending;
mineral
api
GuildMember
isPending method
GuildMember class
Constructors
GuildMember
from
Properties
avatar
guild
hasGuildAvatar
hashCode
id
joinedAt
nickname
pending
permissions
premiumSince
roles
runtimeType
timeoutDuration
user
voice
Methods
ban
clone
isBot
isPending
kick
noSuchMethod
removeTimeout
setUsername
timeout
toString
Operators
operator ==