ComponentsOperationStatus constructor

const ComponentsOperationStatus({
  1. OperationModeEnum? compressor,
  2. OperationModeEnum? thermostat,
})

Implementation

const ComponentsOperationStatus({this.compressor, this.thermostat});