InvalidDataVerificationReport class

Report of the field validation verification.

Constructors

InvalidDataVerificationReport({required bool overallIsInvalid, required List<FieldInvalidDataVerificationReport> fieldDetails})
InvalidDataVerificationReport.fromJson(Map<String, dynamic> json)
factory

Properties

fieldDetails List<FieldInvalidDataVerificationReport>
List of reports for each field that was verified.
final
hashCode int
The hash code for this object.
no setterinherited
overallIsInvalid bool
Overall status of the document verification. Corresponds to the most severe status of all fields, i.e. if at least one field is invalid, the overall status is invalid.
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