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