remoteTimestamp property

double remoteTimestamp

Implementation

double get remoteTimestamp => js_util.getProperty(this, 'remoteTimestamp');
void remoteTimestamp=(double newValue)

Implementation

set remoteTimestamp(double newValue) {
  js_util.setProperty(this, 'remoteTimestamp', newValue);
}