MatchedRuleInfo class

Constructors

MatchedRuleInfo({required MatchedRule rule, required double timeStamp, required int tabId})
MatchedRuleInfo.fromJS(MatchedRuleInfo _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
rule MatchedRule
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int
The tabId of the tab from which the request originated if the tab is still active. Else -1.
getter/setter pair
timeStamp double
The time the rule was matched. Timestamps will correspond to the Javascript convention for times, i.e. number of milliseconds since the epoch.
getter/setter pair
toJS → MatchedRuleInfo
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