tools property

bool? get tools
override

Implementation

bool? get tools => _$this._tools;
set tools (covariant bool? tools)
covariantoverride

Implementation

set tools(covariant bool? tools) => _$this._tools = tools;