endState property
Return the 'latest' State object
Implementation
@Deprecated('Use lastState instead')
StateX? get endState => _stateXSet.isEmpty ? null : _stateXSet.last;
Return the 'latest' State object
@Deprecated('Use lastState instead')
StateX? get endState => _stateXSet.isEmpty ? null : _stateXSet.last;