NoticeMsg constructor

NoticeMsg({
  1. String command = NoticeMsgType.refresh,
  2. String userId = '',
  3. String? content,
  4. String? who,
})

Implementation

NoticeMsg({
  this.command = NoticeMsgType.refresh,
  this.userId = '',
  this.content,
  this.who,
});