type property

WebhookType type

Implementation

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