AssetsProductReadyWebhook constructor

AssetsProductReadyWebhook({
  1. required String webhookType,
  2. required String webhookCode,
  3. required String assetReportId,
})

Implementation

AssetsProductReadyWebhook({
  required this.webhookType,
  required this.webhookCode,
  required this.assetReportId,
});