timestamp property

  1. @TagNumber(10)
Timestamp get timestamp

Implementation

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

Implementation

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