enter method

void enter()

Call this method to enter this state.

Implementation

void enter() => machine.current = this;