startState property
Return the first State object
Implementation
@Deprecated('Use firstState instead')
StateX? get startState => _stateXSet.isEmpty ? null : _stateXSet.first;
Return the first State object
@Deprecated('Use firstState instead')
StateX? get startState => _stateXSet.isEmpty ? null : _stateXSet.first;