requestId property
The unique identifier for this request.
If the same requestId is passed to multiple OperationRequest
s, it will be
treated as a refetch of the same operation. If an updateResult callback is
passed, the results will be merged according to the callback.
Implementation
@override
String? get requestId;