Returns weather of this is a Guild owner.
final member = member.isOwner; print(member);
bool get isOwner => guild.owner.id == user.id;