toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      //status bar
      'chatStatusBarColorLight': chatStatusBarColorLight,
      'chatStatusBarBackgroundColor': chatStatusBarBackgroundColor,
      //toolbar
      'chatNavigationIcon': chatNavigationIcon,
      'chatNavigationIconTint': chatNavigationIconTint,
      'chatSubtitleText': chatSubtitleText,
      'chatSubtitleTextColor': chatSubtitleTextColor,
      'chatSubtitleTextAppearanceRes': chatSubtitleTextAppearanceRes,
      'chatSubtitleCentered': chatSubtitleCentered,
      'chatTitleCentered': chatTitleCentered,
      'chatTitleTextAppearanceRes': chatTitleTextAppearanceRes,
      'chatMenuItemsIconTint': chatMenuItemsIconTint,
      'chatMenuItemSaveAttachmentIcon': chatMenuItemSaveAttachmentIcon,
      //chat
      'chatProgressBarColor': chatProgressBarColor,
      'chatNetworkConnectionErrorTextAppearanceRes': chatNetworkConnectionErrorTextAppearanceRes,
      'chatNetworkConnectionErrorText': chatNetworkConnectionErrorText,
      //input
      'chatInputTextColor': chatInputTextColor,
      'chatInputAttachmentIconTint': chatInputAttachmentIconTint,
      'chatInputAttachmentBackgroundColor': chatInputAttachmentBackgroundColor,
      'chatInputAttachmentBackgroundDrawable': chatInputAttachmentBackgroundDrawable,
      'chatInputSendIconTint': chatInputSendIconTint,
      'chatInputSendBackgroundColor': chatInputSendBackgroundColor,
      'chatInputSendBackgroundDrawable': chatInputSendBackgroundDrawable,
      'chatInputSeparatorLineColor': chatInputSeparatorLineColor,
      'chatInputHintText': chatInputHintText,
      'chatInputTextAppearance': chatInputTextAppearance,
    };