menu
dart_things package
documentation
poller.dart
BasicPoller<T>
isPaused property
isPaused property
dark_mode
light_mode
isPaused
property
@
override
bool
get
isPaused
override
Whether this poller is paused or not.
Implementation
@override bool get isPaused => _pauseControl != null;
dart_things package
documentation
poller
BasicPoller<T>
isPaused property
BasicPoller class