PlayingTechnique constructor
PlayingTechnique({
- required TechniqueType type,
- String? text,
Implementation
PlayingTechnique({required this.type, this.text});
PlayingTechnique({required this.type, this.text});