timestamp property

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

Implementation

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

Implementation

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