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