cursor property

  1. @TagNumber.new(3)
List<int> get cursor

A cursor that points to the position after the result entity. Set only when the EntityResult is part of a QueryResultBatch message.

Implementation

@$pb.TagNumber(3)
$core.List<$core.int> get cursor => $_getN(1);
  1. @TagNumber.new(3)
set cursor (List<int> v)

Implementation

@$pb.TagNumber(3)
set cursor($core.List<$core.int> v) { $_setBytes(1, v); }