timestamp property
num
get
timestamp
Implementation
_i2.num get timestamp => _i4.getProperty(
this,
'timestamp',
);
set
timestamp
(num value)
Implementation
set timestamp(_i2.num value) {
_i4.setProperty(
this,
'timestamp',
value,
);
}