timestamp property

dynamic timestamp
@$pb.TagNumber(5)

Implementation

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

Implementation

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