notFound property

  1. @TagNumber(2)
PbList<String> get notFound

Krefs that were not found (only populated if allow_partial=true)

Implementation

@$pb.TagNumber(2)
$pb.PbList<$core.String> get notFound => $_getList(1);