timestamp property

  1. @TagNumber(1)
Timestamp timestamp

Implementation

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

Implementation

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