listeners property

  1. @protected
  2. @visibleForTesting
List<void Function()> get listeners

Not using VoidCallback because of https://github.com/dart-lang/mockito/issues/579

Implementation

@protected
@visibleForTesting
List<void Function()> get listeners => _listeners;