value property

  1. @override
void value
inherited

The current value of the object. When the value changes, the callbacks registered with addListener will be invoked.

Implementation

@override
TValue? get value => _value;