timestamp property

DateTime timestamp
inherited

The timestamp of this block.

Implementation

DateTime get timestamp =>
    DateTime.fromMillisecondsSinceEpoch(impl.timestamp * 1000);