timestampField property

  1. @TagNumber(8)
Timestamp timestampField

Implementation

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

Implementation

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