timestamp property

  1. @TagNumber(9)
Timestamp get timestamp

Implementation

@$pb.TagNumber(9)
$4.Timestamp get timestamp => $_getN(6);
  1. @TagNumber(9)
set timestamp (Timestamp v)

Implementation

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