allowPartial property
- @TagNumber(4)
If true, continue on not-found errors and return partial results
Implementation
@$pb.TagNumber(4)
$core.bool get allowPartial => $_getBF(3);
- @TagNumber(4)
Implementation
@$pb.TagNumber(4)
set allowPartial($core.bool value) => $_setBool(3, value);