seeking property

bool seeking

Gets a flag that indicates whether the client is currently moving to a new playback position in the media resource.

MDN Reference

Implementation

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