MedicalCertificateDocument class
Medical certificate parsed barcode document
- Inheritance
-
- Object
- BarcodeFormattedResult
- MedicalCertificateDocument
- Annotations
-
- @JsonSerializable(createFactory: true, includeIfNull: false, explicitToJson: true)
Constructors
-
MedicalCertificateDocument(List<
MedicalCertificateDocumentField> fields) -
MedicalCertificateDocument.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentFormat ↔ String?
-
read / writeinherited
-
fields
↔ List<
MedicalCertificateDocumentField> -
Fields in parsed document
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- parsedSuccessful ↔ bool
-
Indicates whether document was successfully parsed */
read / writeinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DOCUMENT_FORMAT → const String
-
'MedicalCertificate'