requestId property
RequestId?
get
requestId
The ID of the request to cancel.
This MUST correspond to the ID of a request previously issued in the same direction.
Implementation
RequestId? get requestId => _value['requestId'] as RequestId?;