timestamp property

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

Implementation

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

Implementation

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