timeStamp property

double get timeStamp

The time when the navigation was committed, in milliseconds since the epoch.

Implementation

double get timeStamp => _wrapped.timeStamp;
set timeStamp (double v)

Implementation

set timeStamp(double v) {
  _wrapped.timeStamp = v;
}