data property

D data
final

The state data for the state that is handling the message. This may be of void type if the state has no state data.

Implementation

final D data;