timeStamp property
double
get
timeStamp
The time when the browser was about to create a new view, in milliseconds since the epoch.
Implementation
double get timeStamp => _wrapped.timeStamp;
set
timeStamp
(double v)
Implementation
set timeStamp(double v) {
_wrapped.timeStamp = v;
}