menu
flutter_notemus package
documentation
core/voice.dart
Voice
elements property
elements property
dark_mode
light_mode
elements
property
List
<
MusicalElement
>
elements
final
Musical elements in this voice (notes, rests, chords)
Implementation
final List<MusicalElement> elements;
flutter_notemus package
documentation
core/voice
Voice
elements property
Voice class