value property
T
get
value
Implementation
T get value => _ref[0];
set
value
(T newValue)
Implementation
set value(T newValue) => _ref[0] = newValue;