ProductVariantEvent.load constructor
const
ProductVariantEvent.load({
- 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;