Returns true if this storage contains a State with name.
true
name
bool containsState(String name) { return _states[name] != null; }