ExtensionActionOptions class
Constructors
- ExtensionActionOptions({bool? displayActionCountAsBadgeText, TabActionCountUpdate? tabUpdate})
- ExtensionActionOptions.fromJS(ExtensionActionOptions _wrapped)
Properties
- displayActionCountAsBadgeText ↔ bool?
-
Whether to automatically display the action count for a page as the
extension's badge text. This preference is persisted across sessions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabUpdate ↔ TabActionCountUpdate?
-
Details of how the tab's action count should be adjusted.
getter/setter pair
- toJS → ExtensionActionOptions
-
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