bool? get installed => _$this._installed;
set installed(covariant bool? installed) => _$this._installed = installed;