copyWith method
Implementation
ContainerForWebhookIDs copyWith({List<int>? webhookIds}) {
return ContainerForWebhookIDs(
webhookIds: webhookIds ?? this.webhookIds,
);
}
ContainerForWebhookIDs copyWith({List<int>? webhookIds}) {
return ContainerForWebhookIDs(
webhookIds: webhookIds ?? this.webhookIds,
);
}