Tool constructor

Tool({
  1. required String type,
})

Implementation

Tool({
  required this.type,
});