startState property
Return the first State object
Implementation
// Bit of overkill, but some programmers don't appreciate Polymorphism.
State? get startState => _nextStateX();
Return the first State object
// Bit of overkill, but some programmers don't appreciate Polymorphism.
State? get startState => _nextStateX();