Key property
TKey?
get
Key
Implementation
TKey? get Key => this.key;
set
Key
(TKey? value)
Implementation
set Key(TKey? value) {
this.key = value;
}