DevToolsRequest class abstract

A request to open DevTools.

Constructors

DevToolsRequest([dynamic updates(DevToolsRequestBuilder)])
factory

Properties

appId → String
Identifies a given application, across tabs/windows.
no setter
client → String?
Identifies the client that DWDS is attaching to.
no setter
contextId → int?
Identifies the context in which evaluations should occur.
no setter
hashCode → int
The hash code for this object.
no setterinherited
instanceId → String
Identifies a given instance of an application, unique per tab/window.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tabUrl → String?
Belongs to the tab that requests the DevTools.
no setter
uriOnly → bool?
Designates this as a request to send back the DevTools URI instead of opening DevTools in a new tab or window.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DevToolsRequestBuilder)) → DevToolsRequest
Rebuilds the instance.
inherited
toBuilder() → DevToolsRequestBuilder
Converts the instance to a builder B.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

serializer → Serializer<DevToolsRequest>
no setter