FieldSuspiciousDataVerificationReport class

Report of the suspicious data field verification.

Constructors

FieldSuspiciousDataVerificationReport({required String fieldFullName, required bool isSuspicious})
FieldSuspiciousDataVerificationReport.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
isSuspicious bool
Shows whether the data in the field is suspicious, e.g. contains word "Sample" in the name.
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