sideEffect property

SideEffect<E>? sideEffect
final

The SideEffect function to call when this choice is selected as the transition.

Implementation

final SideEffect<E>? sideEffect;