PriceRulesEvent.priceRuleSelected constructor

const PriceRulesEvent.priceRuleSelected({
  1. required PriceRuleEntity priceRule,
})

Implementation

const factory PriceRulesEvent.priceRuleSelected({
  required PriceRuleEntity priceRule,
}) = _PriceRuleSelected;