timestamp property

DateTime? timestamp
inherited

The timestamp when this message has been received or sent, or null if neither has happened yet.

Implementation

DateTime? get timestamp => _timestamp;
  1. @internal
void timestamp=(DateTime? val)
inherited

Implementation

@internal
set timestamp(final DateTime? val) => _timestamp = val;