timestamp property

  1. @TagNumber(7)
Timestamp get timestamp

Implementation

@$pb.TagNumber(7)
$2.Timestamp get timestamp => $_getN(6);
  1. @TagNumber(7)
set timestamp (Timestamp v)

Implementation

@$pb.TagNumber(7)
set timestamp($2.Timestamp v) { setField(7, v); }