timestamp property

  1. @TagNumber(5)
Timestamp timestamp

Implementation

@$pb.TagNumber(5)
$3.Timestamp get timestamp => $_getN(4);
  1. @TagNumber(5)
void timestamp=(Timestamp v)

Implementation

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