Return the first State object
StateX? get firstState => _stateXSet.isEmpty ? null : _stateXSet.first;