OnTabReplacedDetails class

Constructors

OnTabReplacedDetails({required int replacedTabId, required int tabId, required double timeStamp})
OnTabReplacedDetails.fromJS(OnTabReplacedDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
replacedTabId int
The ID of the tab that was replaced.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int
The ID of the tab that replaced the old tab.
getter/setter pair
timeStamp double
The time when the replacement happened, in milliseconds since the epoch.
getter/setter pair
toJS → OnTabReplacedDetails
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