GetFrameDetails class

Constructors

GetFrameDetails({int? tabId, int? processId, int? frameId, String? documentId})
GetFrameDetails.fromJS(GetFrameDetails _wrapped)

Properties

documentId String?
The UUID of the document. If the frameId and/or tabId are provided they will be validated to match the document found by provided document ID.
getter/setter pair
frameId int?
The ID of the frame in the given tab.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
processId int?
The ID of the process that runs the renderer for this tab.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
The ID of the tab in which the frame is.
getter/setter pair
toJS → GetFrameDetails
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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