stacked package
documentation
stacked
ReactiveValue
<
T
>
value property
value
value
property
Null safety
T
value
Get current value
Implementation
T get value;
void
value=
(
T
val
)
Set value
Implementation
set value(T val);
stacked package
documentation
stacked
ReactiveValue
<
T
>
value property
ReactiveValue class
Constructors
ReactiveValue
proxy
Properties
hashCode
onChange
runtimeType
value
values
Methods
bind
bindOrSet
bindStream
listen
map
noSuchMethod
setCast
toString
Operators
operator ==