PriceUpdatedEvent constructor
const
PriceUpdatedEvent({
- required Price object,
Occurs whenever a price is updated.
Implementation
const PriceUpdatedEvent({required this.object});
Occurs whenever a price is updated.
const PriceUpdatedEvent({required this.object});