uniqueQueryKey property
Variable that identifies the request, and only uses the cache for requests with a matching key.
Implementation
@$pb.TagNumber(4)
FFVariable get uniqueQueryKey => $_getN(3);
Implementation
@$pb.TagNumber(4)
set uniqueQueryKey(FFVariable value) => $_setField(4, value);