timestamp property

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

Implementation

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

Implementation

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