last property

  1. @TagNumber(4)
bool get last

True if this is the last log entry in the operation.

Implementation

@$pb.TagNumber(4)
$core.bool get last => $_getBF(3);
  1. @TagNumber(4)
set last (bool v)

Implementation

@$pb.TagNumber(4)
set last($core.bool v) { $_setBool(3, v); }