uniqueKey property
@doc The variable representing the unique key to use deduplicate elements @doc from the list.
Implementation
@$pb.TagNumber(1)
FFVariable get uniqueKey => $_getN(0);
Implementation
@$pb.TagNumber(1)
set uniqueKey(FFVariable value) => $_setField(1, value);