InventoryProductVariantState.fetched constructor
const
InventoryProductVariantState.fetched({
- required List<
ProductVariantModel> productVariants,
Implementation
const factory InventoryProductVariantState.fetched({
required List<ProductVariantModel> productVariants,
}) = ProductVariantFetchedState;