currentTime property

double currentTime

The current time in seconds.

Implementation

double get currentTime {
  return _currentTime;
}