listeners property

  1. @protected
Iterable<T> listeners

Implementation

@protected
Iterable<T> get listeners sync* {
  yield* _listeners;
}