isBot property
bool
get
isBot
Returns whether of this is a bot
Example :
print(member.isBot());
Implementation
bool get isBot => user.bot;
Example :
print(member.isBot());
bool get isBot => user.bot;