timestamp property

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

time, accurate to the second

Implementation

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

Implementation

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