PlayingTechnique constructor

PlayingTechnique({
  1. required TechniqueType type,
  2. String? text,
})

Implementation

PlayingTechnique({required this.type, this.text});