allowPartial property

  1. @TagNumber(4)
bool get allowPartial

If true, continue on not-found errors and return partial results

Implementation

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

Implementation

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