IdentityVerificationReportId.fromJson constructor

IdentityVerificationReportId.fromJson(
  1. Object? json
)

Implementation

factory IdentityVerificationReportId.fromJson(Object? json) =>
    IdentityVerificationReportId(id: (json as String));