value property
T
get
value
Implementation
T get value => _value;
set
value
(dynamic in_value)
Implementation
set value(in_value) => notify(in_value);