timestamp property

int get timestamp

Implementation

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

Implementation

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