mention property

String mention

A mention of this role.

Implementation

String get mention {
  if (id == manager.guildId) {
    return '@everyone';
  }

  return roleMention(id);
}