Gets key value.
key
Note, this State should be already loaded isLoaded.
V? get<V>(String key) { return _castTo<V>(_properties[key]); }