timestamp property

dynamic timestamp
@$pb.TagNumber(4)

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get timestamp => $_getI64(3);
void timestamp= (dynamic v)
@$pb.TagNumber(4)

Implementation

@$pb.TagNumber(4)
set timestamp($fixnum.Int64 v) { $_setInt64(3, v); }