timestamp property

  1. @TagNumber(3)
Timestamp get timestamp

Implementation

@$pb.TagNumber(3)
$0.Timestamp get timestamp => $_getN(2);
  1. @TagNumber(3)
set timestamp (Timestamp v)

Implementation

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