NativeConfigRequest class

Constructors

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})
NativeConfigRequest.fromJson(Map<String, dynamic> json)

Properties

autoORC bool?
getter/setter pair
bg String?
getter/setter pair
color String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAutoMatching bool?
getter/setter pair
getter/setter pair
isEnableLookLeft bool?
getter/setter pair
isEnableLookRight bool?
getter/setter pair
isEnableLookStraight bool?
getter/setter pair
isEnableSmile bool?
getter/setter pair
isHistory bool?
getter/setter pair
isRandomDetect bool?
getter/setter pair
isSaveCapture bool?
getter/setter pair
isShowInfo bool?
getter/setter pair
isSignature bool?
getter/setter pair
readOnlyId bool?
getter/setter pair
readOnlyInfo bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
takeDoingStep int?
getter/setter pair
token String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited