ListBuilder<String> get apps => _$this._apps ??= ListBuilder<String>();
set apps(covariant ListBuilder<String>? apps) => _$this._apps = apps;