extensionId property
String?
get
extensionId
The ID of the extension that changed the muted state. Not set if an extension was not the reason the muted state last changed.
Implementation
String? get extensionId => _wrapped.extensionId;
set
extensionId
(String? v)
Implementation
set extensionId(String? v) {
_wrapped.extensionId = v;
}