timestampField property

  1. @TagNumber(8)
Timestamp timestampField

Implementation

@$pb.TagNumber(8)
$13.Timestamp get timestampField => $_getN(7);
  1. @TagNumber(8)
void timestampField=(Timestamp v)

Implementation

@$pb.TagNumber(8)
set timestampField($13.Timestamp v) {
  setField(8, v);
}