timestamp property

DateTime timestamp

Implementation

DateTime get timestamp {
  return DateTime.fromMillisecondsSinceEpoch(_timestamp * 1000);
}