FieldInvalidDataVerificationReport class

Report which shows whether the data in the field that can be validated is valid.

Constructors

FieldInvalidDataVerificationReport({required String fieldFullName, required bool isInvalid})
FieldInvalidDataVerificationReport.fromJson(Map<String, dynamic> json)
factory

Properties

fieldFullName String
Full name of the field that was considered during the verification.
final
hashCode int
The hash code for this object.
no setterinherited
isInvalid bool
Shows whether the data in the field is valid, e.g. if MRZ check digits are correct.
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