v property
T
get
v
Get the current value
Implementation
T get v => value;
set
v
(T value)
Set the current value
Implementation
set v(T value) => this.value = value;