checkpoint property
- @TagNumber.new(6)
The sequence number for the checkpoint that includes this transaction.
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get checkpoint => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set checkpoint($fixnum.Int64 value) => $_setInt64(5, value);