timestamp property

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

Implementation

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

Implementation

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