timestamp property

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

Implementation

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

Implementation

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