CStateMachineTransition constructor

CStateMachineTransition(
  1. String from,
  2. String to,
  3. bool when()
)

Implementation

CStateMachineTransition(this.from, this.to, this.when);