menu
neuron
neuron.dart
IntervalSignal
<
T
>
isPaused property
isPaused
dark_mode
light_mode
isPaused
property
bool
get
isPaused
Whether the timer is paused.
Implementation
bool get isPaused => _isPaused;
neuron
neuron
IntervalSignal
<
T
>
isPaused property
IntervalSignal class