timestamp property

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

Implementation

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

Implementation

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