IMUnreadMsgList constructor

IMUnreadMsgList({
  1. String? ack,
  2. String? module,
  3. int? code,
  4. Map<String, dynamic>? messageList,
})

Implementation

IMUnreadMsgList({this.ack, this.module, this.code, this.messageList});