Creates a WebhookInfo object from json String.
factory WebhookInfo.fromJson(Map<String, dynamic> json) => _$WebhookInfoFromJson(json);