menu
flutter_notemus package
documentation
core/voice.dart
Voice
chords property
chords property
dark_mode
light_mode
chords
property
List
<
Chord
>
get
chords
Get all chords in this voice
Implementation
List<Chord> get chords { return elements.whereType<Chord>().toList(); }
flutter_notemus package
documentation
core/voice
Voice
chords property
Voice class