toJson method
Implementation
Map<String, dynamic> toJson() => {
"appGroupIdentifier": appGroupIdentifier,
"storeUrl": storeUrl,
"forceUpdateProfile": forceUpdateProfile,
"allowCustomUsername": allowCustomUsername,
"allowCustomProfile": allowCustomProfile,
"allowCustomAlert": allowCustomAlert,
"allowAddContact": allowAddContact,
"allowBlockContact": allowBlockContact,
"allowSetUserProfileUrl": allowSetUserProfileUrl,
"allowEnableLocationFeature": allowEnableLocationFeature,
"allowTrackingUsingSDK": allowTrackingUsingSDK,
"isHiddenEditProfile": isHiddenEditProfile,
"allowAddNewContact": allowAddNewContact,
// "allowEditContact": allowEditContact,
"isVideoCallEnable": isVideoCallEnable,
"isVoiceCallEnable": isVoiceCallEnable,
"isHiddenSecretChat": isHiddenSecretChat,
"isSyncDataInApp": isSyncDataInApp,
"allowReferralCode": allowReferralCode,
"searchByLike": searchByLike,
"allowReplaceCountrycode": allowReplaceCountrycode,
"isSyncContactInApp": isSyncContactInApp,
};