DocumentRiskSignal class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- DocumentRiskSignal({required String? type, required String? field, required bool? hasFraudRisk, required DocumentRiskSignalInstitutionMetadata? institutionMetadata, required String? expectedValue, required String? actualValue, required String? signalDescription, required int? pageNumber})
-
DocumentRiskSignal.fromJson(Map<
String, dynamic> json) -
factory
Properties
- actualValue → String?
-
final
- expectedValue → String?
-
final
- field → String?
-
final
- hasFraudRisk → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- institutionMetadata → DocumentRiskSignalInstitutionMetadata?
-
final
- pageNumber → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signalDescription → String?
-
final
- type → String?
-
final
Methods
-
copyWith(
{String? type, String? field, bool? hasFraudRisk, DocumentRiskSignalInstitutionMetadata? institutionMetadata, String? expectedValue, String? actualValue, String? signalDescription, int? pageNumber}) → DocumentRiskSignal -
Available on DocumentRiskSignal, provided by the $DocumentRiskSignalExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? type, Wrapped<String?> ? field, Wrapped<bool?> ? hasFraudRisk, Wrapped<DocumentRiskSignalInstitutionMetadata?> ? institutionMetadata, Wrapped<String?> ? expectedValue, Wrapped<String?> ? actualValue, Wrapped<String?> ? signalDescription, Wrapped<int?> ? pageNumber}) → DocumentRiskSignal -
Available on DocumentRiskSignal, provided by the $DocumentRiskSignalExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DocumentRiskSignal Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DocumentRiskSignal instance)