CreditDocumentMetadata class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- CreditDocumentMetadata({required String name, required String? documentType, required String? downloadUrl, required String? status})
-
CreditDocumentMetadata.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentType → String?
-
final
- downloadUrl → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
Methods
-
copyWith(
{String? name, String? documentType, String? downloadUrl, String? status}) → CreditDocumentMetadata -
Available on CreditDocumentMetadata, provided by the $CreditDocumentMetadataExtension extension
-
copyWithWrapped(
{Wrapped< String> ? name, Wrapped<String?> ? documentType, Wrapped<String?> ? downloadUrl, Wrapped<String?> ? status}) → CreditDocumentMetadata -
Available on CreditDocumentMetadata, provided by the $CreditDocumentMetadataExtension 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 CreditDocumentMetadata Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(CreditDocumentMetadata instance)