ClassInfo class

Represents the classification information.

Constructors

ClassInfo(Map<String, dynamic> nativeClassInfo)

Properties

country Country?
The document country.
getter/setter pair
countryName String?
The name of the country that issued the scanned document.
getter/setter pair
empty bool?
Flag that indicates if class info is empty
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isoAlpha2CountryCode String?
The 2 letter ISO code of the country that issued the scanned document.
getter/setter pair
isoAlpha3CountryCode String?
The 3 letter ISO code of the country that issued the scanned document.
getter/setter pair
isoNumericCountryCode String?
The ISO numeric code of the country that issued the scanned document.
getter/setter pair
region Region?
The document region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type?
The type of the scanned document.
getter/setter pair

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