PhysicalDocumentExtractedData class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PhysicalDocumentExtractedData({required String? idNumber, required PhysicalDocumentCategory category, required String? expirationDate, required String issuingCountry, required String? issuingRegion})
-
PhysicalDocumentExtractedData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- category → PhysicalDocumentCategory
-
final
- expirationDate → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idNumber → String?
-
final
- issuingCountry → String
-
final
- issuingRegion → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? idNumber, PhysicalDocumentCategory? category, String? expirationDate, String? issuingCountry, String? issuingRegion}) → PhysicalDocumentExtractedData -
Available on PhysicalDocumentExtractedData, provided by the $PhysicalDocumentExtractedDataExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? idNumber, Wrapped<PhysicalDocumentCategory> ? category, Wrapped<String?> ? expirationDate, Wrapped<String> ? issuingCountry, Wrapped<String?> ? issuingRegion}) → PhysicalDocumentExtractedData -
Available on PhysicalDocumentExtractedData, provided by the $PhysicalDocumentExtractedDataExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const PhysicalDocumentExtractedData Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PhysicalDocumentExtractedData instance)