PriceUpdatedEvent constructor

const PriceUpdatedEvent({
  1. required Price object,
})

Occurs whenever a price is updated.

Implementation

const PriceUpdatedEvent({required this.object});