menu
fluid package
documentation
fluid
ValueFlow
<
T
>
emit method
emit
brightness_4
emit
method
Null safety
void
emit
(
T
newValue
)
Implementation
void emit(T newValue) { _value = newValue; notifyListeners(); }
fluid package
documentation
fluid
ValueFlow
<
T
>
emit method
ValueFlow class
Constructors
ValueFlow
Properties
hashCode
hasListeners
runtimeType
value
Methods
addListener
dispose
emit
noSuchMethod
notifyListeners
onListen
onRemoveListeners
removeListener
toString
Operators
operator ==