isAtEnd method

  1. @override
bool isAtEnd()
override

Implementation

@override
bool isAtEnd() {
  return value.position >= value.duration;
}