paused property

void paused=(bool value)

Sets the given value of paused flag.

Implementation

set paused(bool value) {
  _paused = value;
}