requestId property

  1. @override
String? requestId
final

The unique identifier for this request.

If the same requestId is passed to multiple OperationRequests, 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
final String? requestId;