Key property

TKey? Key
Gets or sets the key.

Implementation

TKey? get Key => this.key;
void Key=(TKey? value)

Implementation

set Key(TKey? value) {
  this.key = value;
}