isPlayCompleted property

bool get isPlayCompleted

Implementation

bool get isPlayCompleted {
  return _playStateStreamModel.isPlayCompleted;
}