last property

  1. @TagNumber.new(4)
bool get last

Optional. Set this to True if this is the last log entry in the operation.

Implementation

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

Implementation

@$pb.TagNumber(4)
set last($core.bool value) => $_setBool(3, value);