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