timestamp property
num
get
timestamp
Timestamp when this entry was added.
Implementation
num get timestamp => _entry['timestamp'] as num;
Timestamp when this entry was added.
num get timestamp => _entry['timestamp'] as num;