listeners property

int listeners

Implementation

int get listeners {
  assert(_debugAssertNotDisposed());
  return _updaters!.length;
}