NativeConfigRequest constructor

NativeConfigRequest({
  1. bool? isSignature,
  2. bool? isHistory,
  3. bool? isShowInfo,
  4. bool? readOnlyInfo,
  5. bool? readOnlyId,
  6. bool? isSaveCapture,
  7. bool? autoORC,
  8. bool? isRandomDetect,
  9. int? takeDoingStep,
  10. bool? isEnableSmile,
  11. bool? isEnableLookLeft,
  12. bool? isEnableLookRight,
  13. bool? isEnableEyesBlink,
  14. bool? isEnableLookStraight,
  15. bool? isAutoMatching,
  16. String? token,
  17. String? bg,
  18. String? color,
})

Implementation

NativeConfigRequest({
  this.isSignature,
  this.isHistory,
  this.isShowInfo,
  this.readOnlyInfo,
  this.readOnlyId,
  this.isSaveCapture,
  this.autoORC,
  this.isRandomDetect,
  this.takeDoingStep,
  this.isEnableSmile,
  this.isEnableLookLeft,
  this.isEnableLookRight,
  this.isEnableEyesBlink,
  this.isEnableLookStraight,
  this.isAutoMatching,
  this.token,
  this.bg,
  this.color,
});