timestamp property
- @TagNumber(2)
UNIX timestamp in microseconds
Implementation
@$pb.TagNumber(2)
$fixnum.Int64 get timestamp => $_getI64(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set timestamp($fixnum.Int64 v) { $_setInt64(1, v); }
UNIX timestamp in microseconds
@$pb.TagNumber(2)
$fixnum.Int64 get timestamp => $_getI64(1);
@$pb.TagNumber(2)
set timestamp($fixnum.Int64 v) { $_setInt64(1, v); }