timestamp property

  1. @TagNumber(3)
Timestamp timestamp

Implementation

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

Implementation

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