extensionId property

String? 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;
void extensionId=(String? v)

Implementation

set extensionId(String? v) {
  _wrapped.extensionId = v;
}