installType property
ExtensionInstallType
get
installType
How the extension was installed.
Implementation
ExtensionInstallType get installType =>
ExtensionInstallType.fromJS(_wrapped.installType);
set
installType
(ExtensionInstallType v)
Implementation
set installType(ExtensionInstallType v) {
_wrapped.installType = v.toJS;
}