SystemTool constructor

SystemTool({
  1. String? description,
  2. String? name,
})

Implementation

SystemTool({this.description, this.name});