IdentityVerificationListResponse.fromJson constructor

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

Implementation

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