DictionaryEntryProperty<TKey>.withKey constructor

DictionaryEntryProperty<TKey>.withKey(
  1. TKey key
)
Initializes a new instance of the The key.

Implementation

DictionaryEntryProperty.withKey(TKey key) : super() {
  this.key = key;
}