Closed tomoyu719 closed 1 month ago
Refactor MusicalSymbol by replacing the enum in its arguments with a named constructor.
For example: instead of
Clef(this.clefType),
use
Clef.treble() : this.clefType = ClefType.treble.
Refactor MusicalSymbol by replacing the enum in its arguments with a named constructor.
For example: instead of
Clef(this.clefType),
use
Clef.treble() : this.clefType = ClefType.treble.