listeners property

Iterable<void Function()> get listeners
inherited

Read-only view of the currently registered listeners (removed/tombstoned slots are excluded).

Implementation

Iterable<void Function()> get listeners =>
    _listeners.whereType<void Function()>();