timestampValue property

  1. @TagNumber(10)
Timestamp timestampValue

Implementation

@$pb.TagNumber(10)
$0.Timestamp get timestampValue => $_getN(7);
  1. @TagNumber(10)
void timestampValue=(Timestamp v)

Implementation

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