ContainerForRegisteredWebhooks constructor
ContainerForRegisteredWebhooks({
- List<
RegisteredWebhook> ? webhookRegistrationResult,
Implementation
ContainerForRegisteredWebhooks(
{List<RegisteredWebhook>? webhookRegistrationResult})
: webhookRegistrationResult = webhookRegistrationResult ?? [];