WebexWebhook constructor

WebexWebhook({
  1. Map<String, Object> data = const {},
  2. required String resource,
})

Returns a new WebexWebhook instance.

Implementation

WebexWebhook({
  this.data = const {},
  required this.resource,
});