type property

WebhookType get type

Implementation

WebhookType get type => WebhookType.values.firstWhere((element) => element.value == _type);