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