IndicatorStateChange constructor

const IndicatorStateChange(
  1. IndicatorState currentState,
  2. IndicatorState newState
)

Implementation

const IndicatorStateChange(this.currentState, this.newState);