QChatInviteApplyRecord.fromJson constructor

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

Implementation

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