missingIds property

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

Ids that were not in the index. Not an error.

Implementation

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