timestamp property

  1. @TagNumber(8)
Timestamp get timestamp

@doc The timestamp of the notification.

Implementation

@$pb.TagNumber(8)
$0.Timestamp get timestamp => $_getN(7);
  1. @TagNumber(8)
set timestamp (Timestamp value)

Implementation

@$pb.TagNumber(8)
set timestamp($0.Timestamp value) => $_setField(8, value);