Neume constructor
Neume({
- required NeumeType type,
- required List<
NeumeComponent> components, - String? syllable,
- NeumeNotationStyle notationStyle = NeumeNotationStyle.square,
Implementation
Neume({
required this.type,
required this.components,
this.syllable,
this.notationStyle = NeumeNotationStyle.square,
});