uniqueItems property

  1. @TagNumber(22)
bool get uniqueItems

Implementation

@$pb.TagNumber(22)
$core.bool get uniqueItems => $_getBF(16);
  1. @TagNumber(22)
set uniqueItems (bool v)

Implementation

@$pb.TagNumber(22)
set uniqueItems($core.bool v) {
  $_setBool(16, v);
}