uniqueQueryKey property

  1. @TagNumber(4)
FFVariable get uniqueQueryKey

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);
  1. @TagNumber(4)
set uniqueQueryKey (FFVariable value)

Implementation

@$pb.TagNumber(4)
set uniqueQueryKey(FFVariable value) => $_setField(4, value);