byExtensionName property

String? get byExtensionName

The localized name of the extension that initiated this download if this download was initiated by an extension. May change if the extension changes its name or if the user changes their locale.

Implementation

String? get byExtensionName => _wrapped.byExtensionName;
set byExtensionName (String? v)

Implementation

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