timestamp property

num get timestamp

Implementation

num get timestamp {
  return $$context$$["timestamp"];
}
set timestamp (num value)

Implementation

set timestamp(num value) {
  $$context$$["timestamp"] = value;
}