ended property
bool
get
ended
Gets information about whether the playback has ended or not.
Implementation
_i2.bool get ended => _i4.getProperty(
this,
'ended',
);
Gets information about whether the playback has ended or not.
_i2.bool get ended => _i4.getProperty(
this,
'ended',
);