toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      "enabled": enabled,
      "topBarTitle": topBarTitle.toJson(),
      "topBarMoreButton": topBarMoreButton.toJson(),
      "topBarBackButton": topBarBackButton.toJson(),
      "morePopup": morePopup.toJson(),
      "zoomButton": zoomButton.toJson(),
      "zoomOverlay": zoomOverlay.toJson(),
      "backgroundColor": backgroundColor.toString(),
      "bottomBar": bottomBar.toJson(),
      "switchNextPageButton": switchNextPageButton.toJson(),
      "switchPreviousPageButton": switchPreviousPageButton.toJson(),
      "pageCounter": pageCounter.toJson(),
      "deleteAllPagesAlertDialog": deleteAllPagesAlertDialog.toJson(),
      "deletePageAlertDialog": deletePageAlertDialog.toJson(),
    };