requestId property
String
get
requestId
The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request.
Implementation
String get requestId => _wrapped.requestId;
set
requestId
(String v)
Implementation
set requestId(String v) {
_wrapped.requestId = v;
}