QChatUpdateMessageParam constructor Null safety

QChatUpdateMessageParam(
  1. {required int channelId,
  2. required QChatUpdateParam updateParam,
  3. required int serverId,
  4. required int time,
  5. required int msgIdServer,
  6. Map<String, dynamic>? extension,
  7. int? serverStatus,
  8. QChatMessageAntiSpamOption? antiSpamOption,
  9. int? subType,
  10. String? body}
)

Implementation

QChatUpdateMessageParam(
    {required this.channelId,
    required this.updateParam,
    required this.serverId,
    required this.time,
    required this.msgIdServer,
    this.extension,
    this.serverStatus,
    this.antiSpamOption,
    this.subType,
    this.body});