Return the 'latest' State object
StateX? get lastState => _stateXSet.isEmpty ? null : _stateXSet.last;