toJson method
Implementation
Map<String, dynamic> toJson() => {
'chatStatusBarBackgroundColor': chatStatusBarBackgroundColor,
'chatStatusBarIconsColorMode': chatStatusBarIconsColorMode,
'chatToolbar': chatToolbar,
'attachmentPreviewToolbar': attachmentPreviewToolbar,
'attachmentPreviewToolbarSaveMenuItemIcon': attachmentPreviewToolbarSaveMenuItemIcon,
'attachmentPreviewToolbarMenuItemsIconTint': attachmentPreviewToolbarMenuItemsIconTint,
'networkErrorText': networkErrorText,
'networkErrorTextColor': networkErrorTextColor,
'networkErrorTextAppearance': networkErrorTextAppearance,
'networkErrorLabelBackgroundColor': networkErrorLabelBackgroundColor,
'networkErrorIcon': networkErrorIcon,
'networkErrorIconTint': networkErrorIconTint,
'chatBannerErrorTextColor': chatBannerErrorTextColor,
'chatBannerErrorTextAppearance': chatBannerErrorTextAppearance,
'chatBannerErrorBackgroundColor': chatBannerErrorBackgroundColor,
'chatBannerErrorIcon': chatBannerErrorIcon,
'chatBannerErrorIconTint': chatBannerErrorIconTint,
'chatFullScreenErrorTitleText': chatFullScreenErrorTitleText,
'chatFullScreenErrorTitleTextColor': chatFullScreenErrorTitleTextColor,
'chatFullScreenErrorTitleTextAppearance': chatFullScreenErrorTitleTextAppearance,
'chatFullScreenErrorDescriptionText': chatFullScreenErrorDescriptionText,
'chatFullScreenErrorDescriptionTextColor': chatFullScreenErrorDescriptionTextColor,
'chatFullScreenErrorDescriptionTextAppearance': chatFullScreenErrorDescriptionTextAppearance,
'chatFullScreenErrorBackgroundColor': chatFullScreenErrorBackgroundColor,
'chatFullScreenErrorIcon': chatFullScreenErrorIcon,
'chatFullScreenErrorIconTint': chatFullScreenErrorIconTint,
'chatFullScreenErrorRefreshButtonText': chatFullScreenErrorRefreshButtonText,
'chatFullScreenErrorRefreshButtonTextColor': chatFullScreenErrorRefreshButtonTextColor,
'chatFullScreenErrorRefreshButtonVisible': chatFullScreenErrorRefreshButtonVisible,
'chatBackgroundColor': chatBackgroundColor,
'chatProgressBarColor': chatProgressBarColor,
'chatInputTextAppearance': chatInputTextAppearance,
'chatInputTextColor': chatInputTextColor,
'chatInputBackgroundColor': chatInputBackgroundColor,
'chatInputHintText': chatInputHintText,
'chatInputHintTextColor': chatInputHintTextColor,
'chatInputAttachmentIcon': chatInputAttachmentIcon,
'chatInputAttachmentIconTint': chatInputAttachmentIconTint,
'chatInputAttachmentBackgroundDrawable': chatInputAttachmentBackgroundDrawable,
'chatInputAttachmentBackgroundColor': chatInputAttachmentBackgroundColor,
'chatInputSendIcon': chatInputSendIcon,
'chatInputSendIconTint': chatInputSendIconTint,
'chatInputSendBackgroundDrawable': chatInputSendBackgroundDrawable,
'chatInputSendBackgroundColor': chatInputSendBackgroundColor,
'chatInputSeparatorLineColor': chatInputSeparatorLineColor,
'chatInputSeparatorLineVisible': chatInputSeparatorLineVisible,
'chatInputCursorColor': chatInputCursorColor,
'chatInputCharCounterTextAppearance': chatInputCharCounterTextAppearance,
'chatInputCharCounterDefaultColor': chatInputCharCounterDefaultColor,
'chatInputCharCounterAlertColor': chatInputCharCounterAlertColor,
'shouldHandleKeyboardAppearance': shouldHandleKeyboardAppearance,
};