OCRResponse class Null safety
Constructors
- OCRResponse({required String birthDate, required String placeOfBirth, required String category, required String expeditionCity, required String expeditionState, required String expeditionDate, required String expirationDate, required String fatherName, required String motherName, required String firstLicenseDate, required String name, required String rg, required String code, required String registrationNumber, required String renach, required String securityCode, required String mirrorNumber, required String observation})
-
const
-
OCRResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- birthDate → String
-
final
- category → String
-
final
- code → String
-
final
- expeditionCity → String
-
final
- expeditionDate → String
-
final
- expeditionState → String
-
final
- expirationDate → String
-
final
- fatherName → String
-
final
- firstLicenseDate → String
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- mirrorNumber → String
-
final
- motherName → String
-
final
- name → String
-
final
- observation → String
-
final
- placeOfBirth → String
-
final
- registrationNumber → String
-
final
- renach → String
-
final
- rg → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- securityCode → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited