timestamp property

  1. @TagNumber(2)
Timestamp timestamp

Implementation

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

Implementation

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