timestamp property

  1. @TagNumber(6)
Timestamp timestamp

Implementation

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

Implementation

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