DictionaryEntryProperty<TKey>.withKey constructor
DictionaryEntryProperty<TKey>.withKey (
- TKey key
Implementation
DictionaryEntryProperty.withKey(TKey key) : super() {
this.key = key;
}