KycWebhookResponse constructor
KycWebhookResponse({
- required String status,
- required String message,
- required KycWebhookData data,
Implementation
KycWebhookResponse({
required this.status,
required this.message,
required this.data,
});