printNumeric method

String printNumeric(
  1. NumericReply n
)

Implementation

String printNumeric(NumericReply n) {
  final to = nick;
  return ':${_chatServer.servername} ${Message.printNumeric(n)} $to';
}