checkpoint property

  1. @TagNumber.new(6)
Int64 get checkpoint

The sequence number for the checkpoint that includes this transaction.

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get checkpoint => $_getI64(5);
  1. @TagNumber.new(6)
set checkpoint (Int64 value)

Implementation

@$pb.TagNumber(6)
set checkpoint($fixnum.Int64 value) => $_setInt64(5, value);