timestamp property

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

Implementation

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

Implementation

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