property value


dynamic value

Gets the current value of the bindings. Note: once the value of a Bindable is fetched, the callback passed to open should not be called again with this new value. In other words, any pending change notifications must be discarded.

void value=(newValue)

This can be implemented for two-way bindings. By default does nothing.