instanceKeys property

  1. @TagNumber(3)
PbList<Value> get instanceKeys

Optional list of instance keys. If provided, the rule only applies to these specific instances within the collection.

Implementation

@$pb.TagNumber(3)
$pb.PbList<$7.Value> get instanceKeys => $_getList(1);