SkillToolInput constructor

const SkillToolInput({
  1. required String skill,
  2. String? args,
})

Implementation

const SkillToolInput({required this.skill, this.args});