updateListenable property

Listenable? updateListenable
final

A Listenable to which an update listener will be added, i.e. update will be called when listeners are notified.

Implementation

final Listenable? updateListenable;