SetSemanticsResult constructor

const SetSemanticsResult(
  1. bool changedState
)

Create a result with the given changedState.

Implementation

const SetSemanticsResult(this.changedState);