contains property

  1. @TagNumber(1)
List<bool> contains

This will be the same length as the elements passed in the request. It represents whether each element is a member of the set, with indices corresponding to the request elements.

Implementation

@$pb.TagNumber(1)
$core.List<$core.bool> get contains => $_getList(0);