VerificationExpiredWebhook.fromJson constructor

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

Implementation

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