timestamp property

double timestamp

Implementation

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

Implementation

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