last property
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);
Implementation
@$pb.TagNumber(4)
set last($core.bool value) => $_setBool(3, value);
Optional. Set this to True if this is the last log entry in the operation.
@$pb.TagNumber(4)
$core.bool get last => $_getBF(3);
@$pb.TagNumber(4)
set last($core.bool value) => $_setBool(3, value);