toJson method

Map<String, dynamic> toJson()

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,
      '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,
      'shouldHandleKeyboardAppearance': shouldHandleKeyboardAppearance,
    };