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