ContainerForWebhookIDs constructor

ContainerForWebhookIDs({
  1. required List<int> webhookIds,
})

Implementation

ContainerForWebhookIDs({required this.webhookIds});