QChatResendMessageParam.fromJson constructor

QChatResendMessageParam.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory QChatResendMessageParam.fromJson(Map<String, dynamic> json) =>
    _$QChatResendMessageParamFromJson(json);