timestamp property

dynamic timestamp
@$pb.TagNumber(3)

Implementation

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

Implementation

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