DocumentResult class

Constructors

DocumentResult({String? uuid, String? type, String? model, String? country, double? widthMm, double? heightMm, String? sampleFront, String? mrzType, String? mrzStart, String? nfcType, List<DocumentZoneResult?>? zones, int? numberOfSides, bool? hasMrz})

Properties

country String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasMrz bool?
getter/setter pair
heightMm double?
getter/setter pair
model String?
getter/setter pair
mrzStart String?
getter/setter pair
mrzType String?
getter/setter pair
nfcType String?
getter/setter pair
numberOfSides int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleFront String?
getter/setter pair
type String?
getter/setter pair
uuid String?
getter/setter pair
widthMm double?
getter/setter pair
zones List<DocumentZoneResult?>?
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object message) DocumentResult