paused property
bool
get
paused
Gets a flag that specifies whether playback is paused.
Implementation
_i2.bool get paused => _i4.getProperty(
this,
'paused',
);
Gets a flag that specifies whether playback is paused.
_i2.bool get paused => _i4.getProperty(
this,
'paused',
);