NativeConfigRequest constructor
NativeConfigRequest({
- bool? isSignature,
- bool? isHistory,
- bool? isShowInfo,
- bool? readOnlyInfo,
- bool? readOnlyId,
- bool? isSaveCapture,
- bool? autoORC,
- bool? isRandomDetect,
- int? takeDoingStep,
- bool? isEnableSmile,
- bool? isEnableLookLeft,
- bool? isEnableLookRight,
- bool? isEnableEyesBlink,
- bool? isEnableLookStraight,
- bool? isAutoMatching,
- String? token,
- String? bg,
- 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,
});