timestamp property

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

Implementation

@$pb.TagNumber(3)
$core.int get timestamp => $_getIZ(2);
  1. @TagNumber.new(3)
set timestamp (int v)

Implementation

@$pb.TagNumber(3)
set timestamp($core.int v) { $_setUnsignedInt32(2, v); }