timestampField property

  1. @TagNumber(8)
Timestamp timestampField

Implementation

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

Implementation

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