timestamp property

  1. @TagNumber(10)
Timestamp timestamp

Implementation

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

Implementation

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