timestamp property

double? get timestamp

Implementation

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

Implementation

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