ProductVariantEvent.load constructor

const ProductVariantEvent.load({
  1. required ProjectResourceSearchModel query,
})

The ProductVariantLoadEvent event is triggered when product variants need to be loaded for a project.

Implementation

const factory ProductVariantEvent.load({
  required ProjectResourceSearchModel query,
}) = ProductVariantLoadEvent;