timeStamp property
double
get
timeStamp
The time when the replacement happened, in milliseconds since the epoch.
Implementation
double get timeStamp => _wrapped.timeStamp;
set
timeStamp
(double v)
Implementation
set timeStamp(double v) {
_wrapped.timeStamp = v;
}