OnUpdatedChangeInfo class
Constructors
- OnUpdatedChangeInfo({TabStatus? status, String? url, int? groupId, bool? pinned, bool? audible, bool? discarded, bool? autoDiscardable, MutedInfo? mutedInfo, String? favIconUrl, String? title})
- OnUpdatedChangeInfo.fromJS(OnUpdatedChangeInfo _wrapped)
Properties
- audible ↔ bool?
-
The tab's new audible state.
getter/setter pair
- autoDiscardable ↔ bool?
-
The tab's new auto-discardable state.
getter/setter pair
- discarded ↔ bool?
-
The tab's new discarded state.
getter/setter pair
- favIconUrl ↔ String?
-
The tab's new favicon URL.
getter/setter pair
- groupId ↔ int?
-
The tab's new group.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mutedInfo ↔ MutedInfo?
-
The tab's new muted state and the reason for the change.
getter/setter pair
- pinned ↔ bool?
-
The tab's new pinned state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ TabStatus?
-
The tab's loading status.
getter/setter pair
- title ↔ String?
-
The tab's new title.
getter/setter pair
- toJS → OnUpdatedChangeInfo
-
no setter
- url ↔ String?
-
The tab's URL if it has changed.
getter/setter pair
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