timestamp property

int timestamp

Implementation

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

Implementation

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