WebhookInfo constructor
WebhookInfo({})
Implementation
WebhookInfo({
required this.url,
required this.hasCustomCertificate,
required this.pendingUpdateCount,
this.ipAddress,
this.lastErrorDate,
this.lastErrorMessage,
this.lastSynchronizationErrorDate,
this.maxConnections,
this.allowedUpdates,
});