timestamp property

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

Implementation

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

Implementation

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