ClimateOrderProductSubstitutedEvent constructor

const ClimateOrderProductSubstitutedEvent({
  1. required ClimateOrder object,
})

Occurs when a Climate order's product is substituted for another.

Implementation

const ClimateOrderProductSubstitutedEvent({required this.object});