Webhook constructor
Webhook({})
Returns a new Webhook instance.
Implementation
Webhook({
required this.id,
required this.name,
this.description,
required this.url,
this.events = const [],
required this.isActive,
required this.createdAt,
this.updatedAt,
});