CommandSetNick constructor

const CommandSetNick({
  1. required String nick,
})

Implementation

const CommandSetNick({
  required this.nick,
});