encode method
Implementation
);String? appName;bool enableForward;bool enableSearch;bool enableBackButton;bool e2eIndicator;String? messageListTitle;String? userListTitle;String? createGroupTitle;String? selectContactTitle;String? selectGroupContactsTitle;String? forwardTitle;String? forwardedTitle;String? userOnlineIndicationTitle;String? onlineIndicationTitle;String? offlineIndicationTitle;String? connectingIndicationTitle;String? noNetworkIndicationTitle;String? suspendedIndicationTitle;String? typingIndicationTitle;String? joinedIndicationTitle;String? e2eeActive;String? e2eeIdentityChanged;String? e2eeInactive;String? emptyUserListMessage;String? emptyMessageListMessage;String? emptySearchListMessage;bool showRecentInForward;bool convertSmilyToEmoji;int toolbarColor;int statusBarColor;int toolbarTextColor;int userListTypingIndicationColor;int userListStatusColor;int userListBackgroundColor;int messageBackgroundColorForMe;int messageBackgroundColorForPeer;int titleBackgroundColorForMe;int titleBackgroundColorForPeer;int messagingBackgroundColor;int maxImageFileSize;int maxVideoFileSize;int verticalImageWidth;int horizontalImageWidth;String? recentUsersTitle;String? allUsersTitle;String? groupMembersTitle;String? cancelTitle;String? missedVoiceCallTitle;String? missedVideoCallTitle;String? deletedMessageTitle;String? deleteMessagesTitle;String? deleteForEveryoneTitle;String? deleteForMeTitle;String? deleteTitle;Object encode(){return<Object?>[appName,enableForward,enableSearch,enableBackButton,e2eIndicator,messageListTitle,userListTitle,createGroupTitle,selectContactTitle,selectGroupContactsTitle,forwardTitle,forwardedTitle,userOnlineIndicationTitle,onlineIndicationTitle,offlineIndicationTitle,connectingIndicationTitle,noNetworkIndicationTitle,suspendedIndicationTitle,typingIndicationTitle,joinedIndicationTitle,e2eeActive,e2eeIdentityChanged,e2eeInactive,emptyUserListMessage,emptyMessageListMessage,emptySearchListMessage,showRecentInForward,convertSmilyToEmoji,toolbarColor,statusBarColor,toolbarTextColor,userListTypingIndicationColor,userListStatusColor,userListBackgroundColor,messageBackgroundColorForMe,messageBackgroundColorForPeer,titleBackgroundColorForMe,titleBackgroundColorForPeer,messagingBackgroundColor,maxImageFileSize,maxVideoFileSize,verticalImageWidth,horizontalImageWidth,recentUsersTitle,allUsersTitle,groupMembersTitle,cancelTitle,missedVoiceCallTitle,missedVideoCallTitle,deletedMessageTitle,deleteMessagesTitle,deleteForEveryoneTitle,deleteForMeTitle,deleteTitle,];}