v1CreateWebhookEndpointResult constructor

const v1CreateWebhookEndpointResult({
  1. required String endpointId,
  2. required v1WebhookEndpointData webhookEndpoint,
})

Implementation

const v1CreateWebhookEndpointResult({
  required this.endpointId,
  required this.webhookEndpoint,
});