toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "memberProfileDetails": memberProfileDetails?.toJson(),
      "messageId": messageId,
      "status": status?.toJson(),
      "time": time,
      "userJid": userJid,
    };