timestamp property

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

Implementation

@$pb.TagNumber(4)
$1.Timestamp get timestamp => $_getN(3);
  1. @TagNumber.new(4)
set timestamp (Timestamp value)

Implementation

@$pb.TagNumber(4)
set timestamp($1.Timestamp value) => $_setField(4, value);