toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
      "acknowledgement": acknowledgement.toJson(),
      "introduction": introduction.toJson(),
      "scanAssistanceOverlay": scanAssistanceOverlay.toJson(),
      "cameraPermission": cameraPermission.toJson(),
      "topBarTitle": topBarTitle.toJson(),
      "topBarIntroButton": topBarIntroButton.toJson(),
      "topBarBackButton": topBarBackButton.toJson(),
      "topUserGuidance": topUserGuidance.toJson(),
      "userGuidance": userGuidance.toJson(),
      "backgroundColor": backgroundColor.toString(),
      "cameraConfiguration": cameraConfiguration.toJson(),
      "polygon": polygon.toJson(),
      "bottomBar": bottomBar.toJson(),
      "viewFinder": viewFinder.toJson(),
      "captureFeedback": captureFeedback.toJson(),
      "vibration": vibration.toJson(),
      "timeouts": timeouts.toJson(),
      "limitReachedAlertDialog": limitReachedAlertDialog.toJson(),
      "cancelAlertDialog": cancelAlertDialog.toJson(),
    };