timestamp property

  1. @TagNumber.new(5)
Timestamp get timestamp

Implementation

@$pb.TagNumber(5)
$2.Timestamp get timestamp => $_getN(4);
  1. @TagNumber.new(5)
set timestamp (Timestamp v)

Implementation

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