paused property

bool paused

Gets a flag that specifies whether playback is paused.

MDN Reference

Implementation

_i2.bool get paused => _i4.getProperty(
      this,
      'paused',
    );