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