WebhookReceivedResponse constructor

const WebhookReceivedResponse({
  1. required bool received,
})

Implementation

const WebhookReceivedResponse({required this.received});