timestamp property

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

Implementation

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

Implementation

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