SuspiciousDataVerificationReport class
Report of the suspicious data document verification.
Constructors
-
SuspiciousDataVerificationReport({required bool overallSuspiciousData, required List<
FieldSuspiciousDataVerificationReport> fieldDetails}) -
SuspiciousDataVerificationReport.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
fieldDetails
→ List<
FieldSuspiciousDataVerificationReport> -
List of reports for each field that was verified.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- overallSuspiciousData → bool
-
Overall status of the suspicious data verification. Corresponds to the most severe status of all fields, i.e. if at least one field is suspicious, the overall status is suspicious.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{ToJsonConfiguration? config}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited