mention method

String mention()

Returns a mention string to mention a User

Implementation

String mention() {
  return "<@$id>";
}