VerificationListVerificationsOutput.fromJson constructor

VerificationListVerificationsOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory VerificationListVerificationsOutput.fromJson(
  Map<String, Object?> json,
) => _$VerificationListVerificationsOutputFromJson(json);