timestamp property

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

Implementation

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

Implementation

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