ended property

bool ended

Gets information about whether the playback has ended or not.

MDN Reference

Implementation

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