MutedInfo class

Constructors

MutedInfo({required bool muted, MutedInfoReason? reason, String? extensionId})
MutedInfo.fromJS(MutedInfo _wrapped)

Properties

extensionId String?
The ID of the extension that changed the muted state. Not set if an extension was not the reason the muted state last changed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
muted bool
Whether the tab is muted (prevented from playing sound). The tab may be muted even if it has not played or is not currently playing sound. Equivalent to whether the 'muted' audio indicator is showing.
getter/setter pair
reason MutedInfoReason?
The reason the tab was muted or unmuted. Not set if the tab's mute state has never been changed.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → MutedInfo
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