CheckinVerificationResult class
Parsed Checkin.com Results API application payload.
Built by CheckinResultsClient.getVerification. Media uri values are
server-signed proxy links — no client-side signing is required.
Constructors
-
CheckinVerificationResult({required String id, required String processingState, List<
String> verificationTypes = const [], List<CheckinMediaFile> documentFiles = const [], List<CheckinMediaFile> selfieFiles = const [], List<CheckinExtractedField> extractedFields = const [], List<CheckinMediaFile> extractedImages = const [], CheckinOverallResult? overallResult, String? externalId, String? flowName, double? faceMatchScore, Map<String, dynamic> rawJson = const {}}) -
const
-
CheckinVerificationResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentBackUri → String?
-
no setter
-
documentFiles
→ List<
CheckinMediaFile> -
final
- documentFrontUri → String?
-
no setter
- externalId → String?
-
final
-
extractedFields
→ List<
CheckinExtractedField> -
final
-
extractedImages
→ List<
CheckinMediaFile> -
final
- faceMatchScore → double?
-
final
- flowName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- isApproved → bool
-
no setter
- isDone → bool
-
no setter
- livenessUri → String?
-
no setter
- overallResult → CheckinOverallResult?
-
final
- portraitUri → String?
-
no setter
- processingState → String
-
final
-
rawJson
→ Map<
String, dynamic> -
Full API payload for callers that need unmapped fields.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
selfieFiles
→ List<
CheckinMediaFile> -
final
- selfieUri → String?
-
no setter
-
verificationTypes
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Serialized result. Getters such as isDone / isApproved are omitted.
-
toString(
) → String -
A string representation of this object.
inherited
-
uriForKind(
String kind) → String?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited