Tool constructor

Tool({
  1. Annotations? annotations,
  2. String? description,
  3. String? name,
})

Implementation

Tool({this.annotations, this.description, this.name});