DocumentaryVerificationDocument.fromJson constructor

DocumentaryVerificationDocument.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DocumentaryVerificationDocument.fromJson(Map<String, dynamic> json) =>
    _$DocumentaryVerificationDocumentFromJson(json);