value property
T
get
value
Implementation
T get value => _values[this._key];
set
value
(T value)
Implementation
set value(T value) => _values[this._key] = value;