remoteTimestamp property
double
get
remoteTimestamp
Implementation
double get remoteTimestamp => js_util.getProperty(this, 'remoteTimestamp');
set
remoteTimestamp
(double newValue)
Implementation
set remoteTimestamp(double newValue) {
js_util.setProperty(this, 'remoteTimestamp', newValue);
}