MedicalCertificateResult class
- Annotations
-
- @JsonSerializable(createFactory: true, includeIfNull: false, createToJson: false)
Constructors
-
MedicalCertificateResult.new(bool recognitionSuccessful, List<
MedicalCertificateCheckBox> checkboxes, List<DateRecord> dates, MedicalCertificatePatientInfoBox patientInfoBox, McFormType mcFormType) -
MedicalCertificateResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
checkboxes
↔ List<
MedicalCertificateCheckBox> -
Vector of found checkboxes
getter/setter pair
- croppedDocumentURI ↔ Uri?
-
getter/setter pair
-
dates
↔ List<
DateRecord> -
Vector of validated dates
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mcFormType ↔ McFormType
-
Type of MC form
getter/setter pair
- patientInfoBox ↔ MedicalCertificatePatientInfoBox
-
getter/setter pair
- recognitionSuccessful ↔ bool
-
Defines a result of the Medical Certificate scanning flow. */ class MedicalCertificateRecognizerResult {
Defines whether recognition was successful
getter/setter pair
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited